LayoutCollector Methods |
The LayoutCollector type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Clear |
Clears all collected layout data. Call this method after document was manually updated, or layout was rebuilt.
|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetEndPageIndex |
Gets 1-based index of the page where node ends. Returns 0 if node cannot be mapped to a page.
|
![]() ![]() | GetEntity |
Returns an opaque position of the LayoutEnumerator which corresponds to the specified node.
You can use returned value as an argument to Current given the document being
enumerated and the document of the node are the same.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetNumPagesSpanned |
Gets number of pages the specified node spans. 0 if node is within a single page.
This is the same as GetEndPageIndex(Node) - GetStartPageIndex(Node).
|
![]() ![]() | GetStartPageIndex |
Gets 1-based index of the page where node begins. Returns 0 if node cannot be mapped to a page.
|
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |