pages property

pages property

The list of page indexes to be converted. Should be specified to convert specific pages.

Definition:

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

See Also