The Page type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Find(TextFindCriteria) |
Find text in this page.
| |
| Find(TextFindCriteria, IGlyphComparer, Boolean) |
Find text in this page.
| |
| GetThumbnail |
Get a thumbnail bitmap for this page.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
| |
| Orientation |
Orientation of this page in degrees. Default is Rotate0.
| |
| VisualHeight |
Viewer height of this page in points.
| |
| VisualWidth |
Viewer width of this page in points.
| |
| Width |
Width of this page in points (i.e. the width of its Mediabox).
|