The Page type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Page(PageSize) |
Create a new page with given pagesize
| |
| Page(Double, Double) |
Create a new page with given size.
| |
| Page(PageSize, Boolean) |
Create a new page with given pagesize, and format the size to landscape or portrait.
|
Methods
| Name | Description | |
|---|---|---|
| Clone()()()() |
Clones this page with default clone settings.
| |
| Clone(String) |
Clones this page with the default clone settings but prefix the field fullNames.
| |
| Clone(PageCloneSettings) |
Clones this page with the specified clone settings.
| |
| Clone(PageCloneSettings, String) |
Clones this page with the specified clone settings and prefix the field fullNames.
| |
| CreateShapes()()()() |
Returns the content on this page as a collection of shape objects (nested).
| |
| CreateShapes(Summary) |
Returns the content on this page as a collection of shape objects (nested).
| |
| Equals | (Inherited from Object.) | |
| 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.) | |
| Find(TextFindCriteria) |
Find text in this page.
| |
| Find(TextFindCriteria, IGlyphComparer, Boolean) |
Find text in this page.
| |
| 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.
| |
| CloseActions |
The actions executed when the page is closed.
| |
| 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.
| |
| Glyphs |
The Glyphs located on the page.
| |
| Height |
Height of this page in points (i.e. the height of its Mediabox).
| |
| Index |
The 0 based index of this page in the document.Pages collection.
| |
| Label |
The Label of this page.
| |
| Links |
All link annotations on this page.
| |
| Markups |
All markups on this page.
| |
| 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.
| |
| OpenActions |
The actions executed when the page is opened.
| |
| Orientation |
Orientation of this page in degrees. Default is Rotate0.
| |
| Overlay |
The layer that lies on top of the original content. You define the appearance of this layer
by adding shapes to it.
| |
| TrimBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the intended dimensions of the finished page after trimming.
| |
| Underlay |
The layer that lies underneath the original content. You define the appearance of this layer
by adding shapes to it.
| |
| VisualOverlay |
The canvas that lies on top of the original content and on top of the Overlay. You define the appearance of this layer
by adding shapes to it.
| |
| VisualUnderlay |
The canvas that lies underneath the original content, but on top of the Underlay. You define the appearance of this layer
by adding shapes to it.
| |
| Widgets |
All widgets on this page.
| |
| Width |
Width of this page in points (i.e. the width of its Mediabox).
|