Accusoft.ImagXpress13.Net
UseFastInterpolationMethod Property




Ordinarily ImagXpress uses a high-quality interpolation method. When this property is set to true a faster, but lower quality method is used. Interpolation affects boundaries and fine detail.
Syntax
'Declaration
 
Public Property UseFastInterpolationMethod As Boolean
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
 
instance.UseFastInterpolationMethod = value
 
value = instance.UseFastInterpolationMethod
public bool UseFastInterpolationMethod {get; set;}
public: __property bool get_UseFastInterpolationMethod();
public: __property void set_UseFastInterpolationMethod( 
   bool value
);
public:
property bool UseFastInterpolationMethod {
   bool get();
   void set (    bool value);
}
Remarks
The default value is false.
See Also

Reference

LoadOptionsCameraRaw Class
LoadOptionsCameraRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback