The following tables list the members exposed by DocumentPage.
Public Methods
Name | Description | |
---|---|---|
ApplyAnnotationsViewPerspective | Applies the current transformation on the specified container. | |
ApplyImageViewPerspective | Applies the current transformation on the specified raster image. | |
ApplySvgViewPerspective | Applies the current transformation on the specified SVG image. | |
ApplyTextViewPerspective | Applies the current transformation on the specified page text. | |
Flip | Flips this page vertically. | |
GetAnnotations | Gets the annotation container of this page. | |
GetImage | Gets this page as a raster image at the specified resolution. | |
GetLinks | Links of this page. | |
GetRotateFlip | Extracts the rotation and flip value of the current view perspective of this page. | |
GetSvg | Gets this page as an SVG document with the specified options. | |
GetSvgBackImage | Gets a raster image that contains only the image elements of the SVG document for this page. | |
GetText | Gets the text content of an area in this page. | |
GetThumbnailImage | Gets a thumbnail representation of this page. | |
GetViewPerspectiveTransform | Helper method to calculate the matrix to use when applying a view perspective. | |
ReadBarcodes | Reads the barcodes found on this page. | |
Reverse | Flips this page horizontally. | |
Rotate | Rotates this page by the specified angle. | |
SetAnnotations | Replaces the annotation container for this page. | |
SetImage | Replaces the raster image for this page. | |
SetLinks | Replaces the links of this page. | |
SetSvg | Replaces the SVG document for this page. | |
SetSvgBackImage | Replaces the SVG background image for this page. | |
SetText | Replaces the text content for this page. |
Public Properties
Name | Description | |
---|---|---|
CustomData | User-defined custom data associated with this page. | |
DataType | Data type of this DocumentPage. | |
Document | Owner document of this DocumentPage | |
HasEmbeddedAnnotations | Indicates whether the original document has embedded annotations for this page. | |
ImageScale | Scale value used when retuning image objects of this page. | |
IsAnnotationsModified | Indicates whether the annotations for this page has been replaced. | |
IsDeleted | Quickly mark this page as deleted in the document. | |
IsImageModified | Indicates whether the raster image for this page has been replaced. | |
IsLinksModified | Indicates whether the links for this page have been replaced. | |
IsLocal | Indicate that this page has been created by the user in this document. | |
IsSvgBackImageModified | Indicates whether the SVG background image for this page has been replaced. | |
IsSvgConversionPreferred | Indicates whether SVG conversion is preferred for this page. | |
IsSvgModified | Indicates whether the SVG document for this page has been replaced. | |
IsSvgSupported | Gets a value that indicates whether this page supports SVG. | |
IsSvgViewingPreferred | Gets a value that indicates whether SVG viewing is preferred with this page. | |
IsTextModified | Gets a value that indicates whether the text content for this page has been replaced. | |
IsViewPerspectiveFlipped | Determines if the page has a flipped view perspective. | |
IsViewPerspectiveModified | Determines if this page has any transformation applied. | |
IsViewPerspectiveRotated | Determines if the page has a rotated view perspective. | |
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. | |
UserData | The user-defined data associated with this page. | |
ViewPerspective | Current view perspective (transformation) value of this page. | |
ViewPerspectiveSize | Size of this page after applying its transformation. |