Accusoft.Forms1 - Updated
ApplyCorrection Property



Accusoft.ScanFixXpressSdk Namespace > NegativeCorrectionOptions Class : ApplyCorrection Property
Gets and sets a flag to indicate whether negative images should be automatically corrected.
Syntax
Public Property ApplyCorrection As Boolean
Dim instance As NegativeCorrectionOptions
Dim value As Boolean
 
instance.ApplyCorrection = value
 
value = instance.ApplyCorrection
public bool ApplyCorrection {get; set;}
public:
property bool ApplyCorrection {
   bool get();
   void set (    bool value);
}
Remarks

The default value is true.

See Also

Reference

NegativeCorrectionOptions Class
NegativeCorrectionOptions Members