Class SBDocumentData

Wrapper for the DocumentData object, overriding 'pages' property to extend properties.

Hierarchy

  • DocumentData
    • SBDocumentData

Constructors

  • Parameters

    • Optional source: DeepPartial<DocumentData>

    Returns SBDocumentData

Properties

creationTimestamp: number

The creation timestamp of the document

documentImageSizeLimit: number

The maximum size of the document image.

Default Value

0;
filters?: ParametricFilter[]
id: number

The unique identifier of the document.

Default Value

null;
pages: SBPageData[]
pdfId: number

The unique identifier of the PDF rendering.

Default Value

null;
tiffId: number

The unique identifier of the TIFF rendering.

Default Value

null;

Generated using TypeDoc