Link Search Menu Expand Document

Page Methods

The Page type exposes the following members.

Methods
NameDescription
Public methodCopyLinkAnnotationToNewPage
Copies Link annotations and Page ID value into another page
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetText
Retrieves all text drawn on the page in plain text format.
Public methodGetType (Inherited from Object.)
Public methodSaveAsTemplate
Saves the page as a graphic template.
Public methodSetArtBox(RectangleF)
Sets the art rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetArtBox(Single, Single)
Sets the art rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetArtBox(Single, Single, Single, Single)
Sets the art rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetBleedBox(RectangleF)
Sets the bleed rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetBleedBox(Single, Single)
Sets the bleed rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetBleedBox(Single, Single, Single, Single)
Sets the bleed rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetCropBox(RectangleF)
Sets the crop rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetCropBox(Single, Single)
Sets the crop rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetCropBox(Single, Single, Single, Single)
Sets the crop rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetTrimBox(RectangleF)
Sets the trim rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetTrimBox(Single, Single)
Sets the trim rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodSetTrimBox(Single, Single, Single, Single)
Sets the trim rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference