page_count property

PdfLoadOptions.page_count property

Gets or sets the number of pages to read. Default is MaxValue which means all pages of the document will be read.

@property
def page_count(self) -> int:
    ...

@page_count.setter
def page_count(self, value: int):
    ...

See Also