LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PrintFaithful Property

Show in webframe







Enables or disables high-quality printing.
Syntax
public bool PrintFaithful {get; set;}
'Declaration
 
Public Property PrintFaithful As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.PrintFaithful = value
 
value = instance.PrintFaithful
public bool PrintFaithful {get; set;}
@property (nonatomic, assign) BOOL printFaithful;
public boolean getPrintFaithful()
public void setPrintFaithful(boolean value)
            
 
get_PrintFaithful();
set_PrintFaithful(value);
Object.defineProperty('PrintFaithful');
public:
property bool PrintFaithful {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.