page_count property

page_count property

Gets or sets the number of pages to be converted into PDF.

Definition:

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

See Also