←Select platform

EnableInterpolate Property

Summary

Gets or sets a value that indicates whether to use interpolation when loading PDF*, PS or EPS files.

Syntax

C#
VB
Java
Objective-C
C++
public bool EnableInterpolate { get; set; } 
Public Property EnableInterpolate As Boolean 
@property (nonatomic, assign) BOOL enableInterpolate 
public boolean getEnableInterpolate() 
public void setEnableInterpolate(boolean value) 
             
public: 
property bool EnableInterpolate { 
   bool get(); 
   void set (    bool ); 
} 

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 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

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

Leadtools.Codecs Assembly