PDFView4NET WPF Edition
FullQualityPrint Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : FullQualityPrint Property
Gets or sets the quality of the document printing.
Syntax
'Declaration
 
Public Property FullQualityPrint As Boolean
'Usage
 
Dim instance As PDFSecurityManager
Dim value As Boolean
 
instance.FullQualityPrint = value
 
value = instance.FullQualityPrint
public bool FullQualityPrint {get; set;}
public: __property bool get_FullQualityPrint();
public: __property void set_FullQualityPrint( 
   bool value
);
public:
property bool FullQualityPrint {
   bool get();
   void set (    bool value);
}

Property Value

A bool value specifying whether the document is printed in full quality or not.
Remarks
This property has effect only when AllowPrint property is true and KeySize property is set to EncryptionKeySize.Use128BitKey. If this property is true, then the document is printed at full quality, otherwise printing of the document is limited to a low-level representation of the document, of degraded quality. This degraded quality printing is viewer implementation dependent.
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

PDFSecurityManager Class
PDFSecurityManager Members