printing_allowed property

printing_allowed property

Indicates if printing of the document is allowed.

Definition:

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

See Also