The Page type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConvertToTiff(Stream, ConvertToTiffOptions) |
Convert this PDF page to an image.
| |
| ConvertToTiff(Stream, ConvertToTiffOptions, RenderSettings) |
Convert this PDF page to an image.
| |
| ConvertToTiff(Stream, ConvertToTiffOptions, RenderSettings, Summary) |
Convert this PDF page to an image.
| |
| ConvertToTiff(Stream, ConvertToTiffOptions, RenderSettings, Rectangle, Summary) |
Convert a rectangle of this PDF page to an image.
| |
| ConvertToWpf(RenderSettings, ConvertToWpfOptions) |
Create a FixedPage instance for this page.
| |
| ConvertToWpf(RenderSettings, ConvertToWpfOptions, Summary) |
Create a FixedPage instance for this page.
| |
| Draw(Graphics) |
Draws the page content using page boundary 'Default'.
| |
| Draw(Graphics, RenderSettings) |
Draws the page content.
| |
| Draw(Graphics, PageBoundary) |
Draws the page content.
| |
| Draw(Graphics, RenderSettings, Summary) |
Draws the page content.
| |
| Draw(Graphics, PageBoundary, RenderSettings) |
Draws the page content.
| |
| Draw(Graphics, PageBoundary, RenderSettings, Summary) |
Draws the page content.
| |
| Equals | (Inherited from Object.) | |
| ExtractImages |
Extracts all images on this page.
| |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ArtBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the extent of the page meaningful content (including potential
white space) as intended by the page's creator.
| |
| BleedBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the region to which the contents of the
page should be clipped when output in a production environment.
| |
| CropBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the visible region of default user space.
When the page is displayed or printed, its contents are to be clipped (cropped) to this rectangle and then imposed
on the output medium in some implementation-defined manner.
| |
| Height |
Height of this page in points.
| |
| MediaBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the boundaries of the physical medium
on which the page is intented to be displayed or printed.
| |
| Orientation |
Orientation of this page in degrees. Default is Rotate0.
| |
| SingleImageOnly |
True if and only if the content of this PDF page consists of a single image only.
| |
| TrimBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the intended dimensions of the finished page after trimming.
| |
| Width |
Width of this page in points.
|