interface TIFFFromDocumentParams {
    documentID: string;
    options?: CreateTIFFOptions;
}

Properties

Properties

documentID: string

The ID of the document for which the TIFF file will be created.

Options for the TIFF file that is created.