The following tables list the members exposed by DocumentPage.
Public Methods
Name | Description | |
---|---|---|
getAnnotations | Gets the annotations container of this page. | |
getImage | Gets this page as a raster image. | |
getImageElement | Gets an HTML Element representing the raster image for this page. | |
getImageResized | Gets this page as a raster image with the specified size. | |
getImageResizedElement | Gets the raster image of this page with a specified size. Aspect ratio is preserved. | |
getImageResizedUrl | Gets a URL to the raster image of this page with a specified size. | |
getImageUrl | Gets a URL to the raster image for this page. | |
getLinks | Gets the links of this page. | |
getSvg | Gets a URL to this page as an SVG document with the specified options. | |
getSvgBackImage | Gets a raster image that represents contains only the image elements of the SVG document for this page. | |
getSvgBackImageElement | Gets an HTML Element representing the raster image for this page. | |
getSvgBackImageUrl | Gets a URL to a raster image that contains only the image elements of the SVG document for this page. | |
getSvgElement | Gets an SVG document for this page with the specified options. | |
getSvgUrl | Gets a URL to this page as an SVG document with the specified options. | |
getText | Gets the text of this page. | |
getThumbnailImage | Gets a thumbnail representation of this page. | |
getThumbnailImageElement | Gets an HTML Element representing a thumbnail raster image for this page. | |
getThumbnailImageUrl | Gets a URL to the thumbnail representation of this page. | |
readBarcodes | Read the barcodes found on this page. | |
setAnnotations | Replaces the annotations container for this page. |
Public Properties
Name | Description | |
---|---|---|
customData | Dictionary of user-custom data to associate with this page. | |
document | Gets the owner document of this DocumentPage | |
hasEmbeddedAnnotations | Indicates whether the original document has embedded annotations for this page. | |
imageScale | Gets the scale value used when retuning image objects of this page. | |
isAnnotationsModified | Indicates whether the annotations for this page has been replaced. | |
isDeleted | Determine whether this page is deleted. | |
isLocal | Indicate that this page has been created by the user in this document. | |
isSvgSupported | Indicates whether this page supports SVG. | |
originalPageNumber | The number of this page in the original document. | |
pageNumber | The current number of this page in the document. | |
resolution | Resolution of this page. | |
size | Size of this page. |