Accusoft.ScanFixXpress8.Net
ApplyCorrection Property




Gets and sets a flag to indicate whether negative images should be automatically corrected.
Syntax
'Declaration
 
Public Property ApplyCorrection As Boolean
'Usage
 
Dim instance As NegativeCorrectionOptions
Dim value As Boolean
 
instance.ApplyCorrection = value
 
value = instance.ApplyCorrection
public bool ApplyCorrection {get; set;}
public: __property bool get_ApplyCorrection();
public: __property void set_ApplyCorrection( 
   bool value
);
public:
property bool ApplyCorrection {
   bool get();
   void set (    bool value);
}
Remarks

The default value is true .

See Also

Reference

NegativeCorrectionOptions Class
NegativeCorrectionOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback