pages property
pages property
Represents an estimate of the number of pages in the document.
Definition:
@property
def pages(self):
    ...
@pages.setter
def pages(self, value):
    ...
Represents an estimate of the number of pages in the document.
@property
def pages(self):
    ...
@pages.setter
def pages(self, value):
    ...