The C1Page type exposes the following members.
Methods
Name | Description | |
---|---|---|
AsMetafile()()()() |
Returns a Metafile representing the current page.
This method draws input controls.
|
|
AsMetafile(Boolean) |
Returns a Metafile representing the current page.
|
|
AsMetafile(EmfType, Boolean) |
Returns a Metafile representing the current page.
|
|
AsMetafile(Graphics, EmfType, Boolean, Boolean) |
Returns a Metafile representing the current page.
|
|
AsMetafile(Graphics, EmfType, Boolean, Boolean, SmoothingMode) |
Returns a Metafile representing the current page.
|
|
Draw(Graphics, Boolean) |
Draws the current page on a Graphics.
|
|
Draw(Graphics, Boolean, Boolean) |
Draws the current page on a Graphics.
|
|
FindFragment |
Searches for a RenderFragment at the specified position on the current page.
|
|
FindHyperlink |
Searches for a hyperlink at the specified position on the current page.
|
|
GetHyperlinks |
Gets the collection of all hyperlinks on the current page.
|
|
GetInputFragments |
Gets the array of all RenderInputFragment objects on the current page.
|
Properties
Name | Description | |
---|---|---|
AcceptButton |
Gets the RenderInputButton representing the accept button for the current page.
|
|
Fragments |
Gets the collection of fragments for the current page.
Note that accessing this property always initializes the Fragments collection
if it has not been initialized yet. Use HasFragments to test whether
the Fragments collection exists.
|
|
HasFragments |
Gets a value indicating whether the Fragments collection for the current page
has been initialized and contains one or more elements.
|
|
ID |
Gets a unique ID associated with the current page.
|
|
Index |
Gets the 0-based index of the current page in the containing collection.
|
|
IsEmpty |
Gets a value indicating whether the current page contains any RenderFragment objects
that belong to the Body of the document.
|
|
Owner |
Gets the C1PageCollection containing the current page.
|
|
PageCount |
Gets or sets the logical page count.
|
|
PageNo |
Gets or sets the logical 1-based page number of the current page.
|
|
PageSettings |
Gets the C1PageSettings for the current page.
|
|
ResolvedInfo |
Gets the PageResolvedInfo object corresponding to the current page.
After the current page has been resolved, this property allows to retrieve
absolute values describing the geometry of the page, margins, and columns.
Note that if the current page has not been resolved yet, the value of this property is null, so you should always test it before accessing the nested properties. |
|
X |
Gets the logical horizontal coordinate of the current page in the document.
This property is 0 in documents that have no horizontal pages.
|
|
Y |
Gets the logical vertical coordinate of the current page in the document.
In documents without horizontal pages, this property corresponds
to the page number minus one.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDocumentLocation..::..PageIndex | ||
IDocumentLocation..::..PageNo |