pages_count property

pages_count property

The total number of pages in the document.

Definition:

@property
def pages_count(self):
    ...
@pages_count.setter
def pages_count(self, value):
    ...

See Also