Page Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a PDF document page.
Inheritance Hierarchy
Bytescout.PDFPage
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The Page type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Page(PaperFormat) | Initializes a new instance of the Bytescout.PDF.Page class. | |
Page(Single, Single) | Initializes a new instance of the Bytescout.PDF.Page class. | |
Page(PaperFormat, PaperOrientation) | Initializes a new instance of the Bytescout.PDF.Page class. | |
Page(Single, Single, UnitOfMeasure) | Initializes a new instance of the Bytescout.PDF.Page class. |
Properties
Name | Description | |
---|---|---|
Annotations | Gets the collection of annotations added to this page. | |
Canvas | Gets the page canvas. | |
Height | Gets or sets the height of the page in pixels. | |
Images | Gets the collection of images added to this page. | |
OnClosed | Gets or sets the action to be performed when the page is closed (for example, when the user navigates to the next or previous page or follows a link annotation or an outline item). | |
OnOpened | Gets or sets the action to be performed when the page is opened (for example, when the user navigates to it from the next or previous page or by means of a link annotation or outline item). | |
RotationAngle | Gets or sets the page rotation angle. | |
Thumbnail | Gets or sets the thumbnail image to be used for this page by a viewer application instead of an auto-generated image of the contents of this page in miniature form. | |
Watermarks | Gets the collection of watermarks added to this page. | |
Width | Gets or sets the width of the page in pixels. |
Methods
Name | Description | |
---|---|---|
CopyLinkAnnotationToNewPage | Copies Link annotations and Page ID value into another page | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetText | Retrieves all text drawn on the page in plain text format. | |
GetType | (Inherited from Object.) | |
SaveAsTemplate | Saves the page as a graphic template. | |
SetArtBox(RectangleF) | Sets the art rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetArtBox(Single, Single) | Sets the art rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetArtBox(Single, Single, Single, Single) | Sets the art rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetBleedBox(RectangleF) | Sets the bleed rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetBleedBox(Single, Single) | Sets the bleed rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetBleedBox(Single, Single, Single, Single) | Sets the bleed rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetCropBox(RectangleF) | Sets the crop rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetCropBox(Single, Single) | Sets the crop rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetCropBox(Single, Single, Single, Single) | Sets the crop rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetTrimBox(RectangleF) | Sets the trim rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetTrimBox(Single, Single) | Sets the trim rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
SetTrimBox(Single, Single, Single, Single) | Sets the trim rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.) | |
ToString | (Inherited from Object.) |
See Also