Page Methods |
The Page type exposes the following members.
Name | Description | |
---|---|---|
Copy | Copy a page Copy a page object from an input document to the given targetDocument. The returned object is associated with the given target document but not yet part of it. It can be appended to the document's Pages. | |
Create | Create an empty page The page is associated with the given target document but not yet part of it. It can be appended to the document's Pages. | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) | |
Rotate | Rotate the page by a multiple of 90 degrees. | |
UpdateSize | Update the page size to a specified rectangle. Note that all page-related coordinates are normalized to the crop box of the page. Updating the page size thus changes the coordinate system, rendering all previously extracted coordinates invalid. |