Private Optional Readonly _contentPrivate Optional Readonly _hasPrivate Optional Readonly _heightPrivate Optional Readonly _isPrivate Optional Readonly _pagePrivate Optional Readonly _widthReturns a boolean specifying whether the page has structure/tagging.
true if the page has structure/tagging. False otherwise.
Returns the height of the page.
A Double denoting the height of the page.
Returns a boolean specifying whether the page is scanned.
true if the page is scanned. False otherwise.
Returns the page number of this Page, starting from 0.
An Integer denoting the page number.
Returns the width of the page.
A Double denoting the width of the page.
Generated using TypeDoc
This class provides information about a Page of the specified PDF file, such as page number, height, width etc.