PageRenderInfo class
Leave feedback
On this page
Represents the information of how a page is rendered.
The PageRenderInfo type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the PageRenderInfo class. |
| Property | Description |
|---|---|
| page_number | Gets the page number. |
| row_count | Get the total number of tiles rows. |
| column_count | Get the total number of tiles columns. |
| Method | Description |
|---|---|
| get_column | Returns the index of column where the tile with tile_index is placed. |
| get_row | Returns the index of row where the tile with tile_index is placed. |
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.
PageRenderInfo.row_count and PageRenderInfo.column_count
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.
- module
groupdocs.parser.options - class
PageRenderInfo
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.