Name | Description | |
---|---|---|
AcceptButton | Gets the RenderInputButton representing the accept button for the current page. | |
Document | Gets the C1PrintDocument containing 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 C1PrintDocument.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. |