1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. PageRenderInfo class
  8. /
  9. PageRenderInfo constructor

PageRenderInfo constructor

On this page

init

Initializes a new instance of the PageRenderInfo class.

def __init__(self, page_number, row_count, column_count):
    ...
Parameter Type Description
page_number int The number of the page (starts with 1).
row_count int The total number of tiles rows.
column_count int The total number of tiles columns.

See Also

On this page