←Select platform

PrintFaithful Property

Summary

Enables or disables high-quality printing.

Syntax
C#
VB
Objective-C
C++
Java
public bool PrintFaithful { get; set; } 
Public Property PrintFaithful As Boolean 
@property (nonatomic, assign) BOOL printFaithful 
public boolean getPrintFaithful() 
public void setPrintFaithful(boolean value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly