PageRenderInfo class
PageRenderInfo class
Represents the information of how a page is rendered.
The PageRenderInfo type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the PageRenderInfo class. |
Properties
| 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. |
Methods
| 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. |
Remarks
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.
See Also
- module
groupdocs.parser.options - class
PageRenderInfo