interface TIFFFromDocumentParams {
    configuration: TiffGeneratorParameters;
    documentID: string;
}

Properties

Configure TIFF file that is created.

documentID: string

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