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
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);
}
'Declaration
Public Property UseFastInterpolationMethod As Boolean
'Usage
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
instance.UseFastInterpolationMethod = value
value = instance.UseFastInterpolationMethod
See Also