ScanFix Xpress v9.0 for .NET - 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
'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

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