Member Junction
    Preparing search index...

    Interface SignatureDocumentInput

    A document to include in an envelope.

    interface SignatureDocumentInput {
        bytes: Buffer;
        contentType: string;
        documentId?: string;
        filename: string;
    }
    Index

    Properties

    bytes: Buffer
    contentType: string

    MIME type, e.g. application/pdf.

    documentId?: string

    Provider document id; the engine assigns a sequential id when omitted.

    filename: string