Signature information

const signatureDictInfo = {
name: 'Foxit JSPlugin SDK',
reason: 'As a Signature Sample',
location: 'Fuzhou',
filter: 'Adobe.PPKLite',
contactInfo: 'Foxit Software'
}
interface SignatureDictInfoType {
    contactInfo?: string;
    filter?: string;
    location?: string;
    name?: string;
    reason?: string;
}

Properties

contactInfo?: string

The contact information of the signer.

filter?: string

The filter of the signing.

location?: string

The location of the signing.

name?: string

The name of the signer.

reason?: string

The reason for the signing.