full_quality_print_permission property
full_quality_print_permission property
Indicates whether to allow to print the document to a representation from which a faithful digital copy of the PDF content could be generated.
Remarks
When it is clear (and PdfSecurityOptions.print_permission
is set), printing is limited to a low level
representation of the appearance, possibly of degraded quality.
Definition:
@property
def full_quality_print_permission(self):
...
@full_quality_print_permission.setter
def full_quality_print_permission(self, value):
...
See Also
- module
aspose.cells.rendering.pdfsecurity
- class
PdfSecurityOptions