PDF Web Viewer
    Preparing search index...

    Interface ESignRole

    interface ESignRole {
        certify?: HTMLImageElement;
        color: string;
        companyName?: string;
        dateFormat?: ESignDateFormat;
        digitalSignature?: HTMLImageElement;
        email?: string;
        fields: ESignField[];
        id: string;
        initials?: HTMLImageElement;
        name?: string;
        signature?: HTMLImageElement;
        title?: string;
    }
    Index

    Properties

    certify?: HTMLImageElement
    color: string
    companyName?: string
    dateFormat?: ESignDateFormat
    digitalSignature?: HTMLImageElement
    email?: string
    fields: ESignField[]
    id: string
    initials?: HTMLImageElement
    name?: string
    signature?: HTMLImageElement
    title?: string