Accusoft.Forms1 - Updated
Quality Property (NegativeCorrectionOptions)



Accusoft.ScanFixXpressSdk Namespace > NegativeCorrectionOptions Class : Quality Property
Gets and sets a value that indicates the amount of effort to expend analyzing the image to determine if it is a negative.
Syntax
Public Property Quality As Integer
Dim instance As NegativeCorrectionOptions
Dim value As Integer
 
instance.Quality = value
 
value = instance.Quality
public int Quality {get; set;}
public:
property int Quality {
   int get();
   void set (    int value);
}
Remarks

The default value is 80.

Valid values are 1 to 100.

See Also

Reference

NegativeCorrectionOptions Class
NegativeCorrectionOptions Members