PageRenderInfo Class |
Namespace: GroupDocs.Parser.Options
The PageRenderInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | PageRenderInfo |
Initializes a new instance of the PageRenderInfo class.
|
Name | Description | |
---|---|---|
![]() | ColumnCount |
Get the total number of tiles columns.
|
![]() | PageNumber |
Gets the page number.
|
![]() | RowCount |
Get the total number of tiles rows.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetColumn |
Returns the index of column where the tile with tileIndex is placed.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRow |
Returns the index of row where the tile with tileIndex is placed.
|
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Some documents (spreadsheets, for example) are not possible to render a page as a single image. For those documents a page is rendered as a set of tiles. These tiles are placed in the rectangular table.
RowCount and ColumnCount represent the total number of rows and columns of this table. If document page is rendered to the single image these properties are equal to 1.