←Select platform

PrintFaithful Property

Summary

Enables or disables high-quality printing.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool PrintFaithful { get; set; } 
Public Property PrintFaithful As Boolean 
public bool PrintFaithful {get; set;} 
@property (nonatomic, assign) BOOL printFaithful 
public boolean getPrintFaithful() 
public void setPrintFaithful(boolean value) 
             
 <br/>get_PrintFaithful();<br/>set_PrintFaithful(value);<br/>Object.defineProperty('PrintFaithful');  
public: 
property bool PrintFaithful { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to give the user of the PDF document permission to print the document in high quality.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly