LEADTOOLS Image File Support (Leadtools.Codecs assembly)

EnableInterpolate Property

Show in webframe







Gets or sets a value that indicate whether to use interpolation when loading PDF*, PS or EPS files.
Syntax
public bool EnableInterpolate {get; set;}
'Declaration
 
Public Property EnableInterpolate As Boolean
'Usage
 
Dim instance As CodecsPdfLoadOptions
Dim value As Boolean
 
instance.EnableInterpolate = value
 
value = instance.EnableInterpolate
public bool EnableInterpolate {get; set;}
@property (nonatomic, assign) BOOL enableInterpolate;
public boolean getEnableInterpolate()
public void setEnableInterpolate(boolean value)
            
 
get_EnableInterpolate();
set_EnableInterpolate(value);
Object.defineProperty('EnableInterpolate');
public:
property bool EnableInterpolate {
   bool get();
   void set (    bool value);
}

Property Value

true to use interpolation when loading PDF, PS or EPS files, false otherwise. Default value is false.
Remarks

The value of this property is used only when Leadtools.PdfEngine.dll is used by the application. For more information, refer to Implementing PDF Plug in Features.

Enabling the use of interpolation will result in slower loading but produces higher quality images. This options is used when loading PDF, PostScript (PS) and Encapsulated PostScript (EPS) files.

* This option affects the PDF format when UsePdfEngine is set to true to use Leadtools.PdfEngine.dll. It also affects the Postscript format.

Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members
Implementing PDF Plug in Features

 

 


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