get_page_info method

get_page_info(page_index)

Gets the page size, orientation and other information about a page that might be useful for printing or rendering.

def get_page_info(self, page_index: int):
    ...
ParameterTypeDescription
page_indexintThe 0-based page index.

See Also