Nutrient Web SDK
    Preparing search index...

    Type Alias SignatureAppearance

    type SignatureAppearance = {
        graphicImage?: Blob | File;
        mode?: ISignatureAppearanceMode;
        showDateTimezone?: boolean;
        showLocation?: boolean;
        showReason?: boolean;
        showSignDate?: boolean;
        showSigner?: boolean;
        showWatermark?: boolean;
        watermarkImage?: Blob | File;
    }
    Index

    Properties

    graphicImage?: Blob | File

    Signer image (for instance, a handwritten signature). Can be a PDF, a JPEG or a PNG image.

    mode?: ISignatureAppearanceMode

    Signature appearance mode: with graphics, description or both; defaults to both.

    showDateTimezone?: boolean

    Whether to show the timezone when showSignDate is true; defaults to false.

    showLocation?: boolean

    Whether to include the location for the signature in the signature appearance; defaults to true.

    showReason?: boolean

    Whether to include the reason for the signature in the signature appearance; defaults to true.

    showSignDate?: boolean

    Whether to include the signature date in the signature appearance; defaults to true.

    showSigner?: boolean

    Whether to include the signer in the signature appearance; defaults to true.

    showWatermark?: boolean

    Whether to show the watermark image; defaults to true.

    watermarkImage?: Blob | File

    Watermark image for the digital signature; can be a PDF, a JPEG or a PNG image.