LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

HighQualityPrintEnabled Property






Gets or sets a value that indicates whether the resulting PDF document has high quality (faithful) printing owner access rights.
Syntax
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
public bool HighQualityPrintEnabled {get; set;}
 get_HighQualityPrintEnabled();
set_HighQualityPrintEnabled(value);
public:
property bool HighQualityPrintEnabled {
   bool get();
   void set (    bool value);
}

Property Value

true to allow external viewers and editors to print in high quality (faithful); otherwise, it is false. The default value is true.
Remarks

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.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFSecurityOptions Class
PDFSecurityOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.