ScanFix Xpress v9.0 for .NET - Updated
Quality Property (BorderRemovalOptions)




Accusoft.ScanFixXpressSdk Namespace > BorderRemovalOptions Class : Quality Property
Gets and sets a value that indicates the amount of effort to expend analyzing the image to locate the border.
Syntax
'Declaration
 
Public Property Quality As Integer
'Usage
 
Dim instance As BorderRemovalOptions
Dim value As Integer
 
instance.Quality = value
 
value = instance.Quality
public int Quality {get; set;}
public: __property int get_Quality();
public: __property void set_Quality( 
   int value
);
public:
property int Quality {
   int get();
   void set (    int value);
}
Remarks

The default value is 80.

Valid values are 1 to 100.

Set to a high value to insure the most accurate possible result and to a low value for fastest operation.

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members

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