PDFReaderControls.NET Professional Type Reference

Page Members

Page overview

Public Static Methods

Equals (inherited from Object)Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object)Determines whether the specified Object instances are the same instance.

Public Instance Constructors

Page Overloaded. Initializes a new instance of the Page class.

Public Instance Properties

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.
CustomAnnotations All custom annotations on this page.
Glyphs The Glyphs located on the page.
Height Height of this page in points.
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.
StaticContentHash Returns a hash of the static content of this page.
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.
VisualHeight Viewer height of this page in points.
VisualWidth Viewer width of this page in points.
Widgets All widgets on this page.
Width Width of this page in points.

Public Instance Methods

CloneOverloaded. Clones this page with default clone settings.
DrawOverloaded. Draws the page content using page boundary 'Default'.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FindOverloaded. Find text in this page.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

PropertyChanged Occurs when any property of the page has changed.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Page Class | TallComponents.PDF Namespace