ScanFix Xpress v9.0 for .NET - Updated
PreBlurType Property




Accusoft.ScanFixXpressSdk Namespace > BinarizeOptions Class : PreBlurType Property
Gets and sets the type of blur to apply to the image.
Syntax
'Declaration
 
Public Property PreBlurType As BinarizeBlur
'Usage
 
Dim instance As BinarizeOptions
Dim value As BinarizeBlur
 
instance.PreBlurType = value
 
value = instance.PreBlurType
public BinarizeBlur PreBlurType {get; set;}
public: __property BinarizeBlur get_PreBlurType();
public: __property void set_PreBlurType( 
   BinarizeBlur value
);
public:
property BinarizeBlur PreBlurType {
   BinarizeBlur get();
   void set (    BinarizeBlur value);
}
Remarks

The default value is NoBlur.

See Also

Reference

BinarizeOptions Class
BinarizeOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.