Click or drag to resize
Pdftools logo

Page Methods

The Page type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCopy

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 page list.
Public methodStatic memberCreate

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 page list.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Public methodRotate

Rotate the page by a multiple of 90 degrees.

Public methodUpdateSize

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.
Top
See Also