printing_page property

printing_page property

Indicates which pages will not be printed.

Definition:

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

See Also