checkObjectIsNull
checkObjectIsNull: () => Promise<boolean>
Type declaration
- (): Promise<boolean>
Returns Promise<boolean>
destroy
destroy: () => Promise<void>
Type declaration
- (): Promise<void>
Returns Promise<void>
getPageIndex
getPageIndex: (doc: DocType) => Promise<number> Type declaration
- (doc: DocType): Promise<number>
Returns Promise<number>
- The zero-based index of the page referred to.
getPageObjNum
getPageObjNum: (doc: DocType) => Promise<number> Type declaration
- (doc: DocType): Promise<number>
Returns Promise<number>
- The object number of the page.
getPDFObject
Type declaration
- (): Promise<null | PDFObjectType>
- The PDF object of the destination.
getZoomMode
getZoomMode: () => Promise<number>
Type declaration
- (): Promise<number>
Returns Promise<number>
- The zoom mode of the destination.
Check pdf object is null.