Load page options.

interface LoadPageType {
    doc: DocType;
    pageCache?: boolean;
    pageDict: PDFDictionaryType;
}

Properties

doc: DocType

The document object to which the page corresponds.

pageCache?: boolean

Whether to cache the page.

The page dictionary.