The Page type exposes the following members.

Methods

  NameDescription
Public methodFind(TextFindCriteria)
Find text in this page.
Public methodFind(TextFindCriteria, IGlyphComparer, Boolean)
Find text in this page.
Public methodGetThumbnail
Get a thumbnail bitmap for this page.

Properties

  NameDescription
Public propertyGlyphs
The Glyphs located on the page.
Public propertyHeight
Height of this page in points (i.e. the height of its Mediabox).
Public propertyIndex
The 0 based index of this page in the document.Pages collection.
Public propertyLabel
The Label of this page.
Public propertyOrientation
Orientation of this page in degrees. Default is Rotate0.
Public propertyVisualHeight
Viewer height of this page in points.
Public propertyVisualWidth
Viewer width of this page in points.
Public propertyWidth
Width of this page in points (i.e. the width of its Mediabox).

See Also