AllowHighResolutionPrint

Applies to

PDFSecurity object

Description

Whether high-resolution printing is allowed. The default is no.

Usage

In scripts

This example sets AllowHighResolutionPrint for the PDFSecurity object lpdf_security:

PDFDocument lpdf_doc
PDFSecurity lpdf_security

lpdf_doc = Create PDFDocument

lpdf_security = lpdf_doc.security
lpdf_security.allowhighresolutionprint = true