tiff
    Preparing search index...

    Interface DecodeOptions

    interface DecodeOptions {
        ignoreImageData?: boolean;
        pages?: number[];
    }
    Index

    Properties

    ignoreImageData?: boolean
    pages?: number[]

    Specify the indices of the pages to decode in case of a multi-page TIFF.