![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFSecurityOptions Class : HighQualityPrintEnabled Property |
public bool HighQualityPrintEnabled {get; set;}
'Declaration
Public Property HighQualityPrintEnabled As Boolean
'Usage
Dim instance As PDFSecurityOptions Dim value As Boolean instance.HighQualityPrintEnabled = value value = instance.HighQualityPrintEnabled
The value of HighQualityPrintEnabled is used only when encrypting a PDF file with an owner password set in OwnerPassword.
HighQualityPrintEnabled is ignored unless the value of PrintEnabled is set to true.
High quality printing is not enabled by the RC 40-bit encryption mode. As a result, the value of HighQualityPrintEnabled is ignored unless the value of EncryptionMode is set to PDFEncryptionMode.RC128Bit.
For an example, refer to PDFFile.