print_permission property

Indicates whether to allow to print the document.

Remarks

Possibly not at the highest quality level, depending on whether PdfSecurityOptions.full_quality_print_permission is also set.

Definition:

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

See Also