ScanFix Xpress v9.0 for .NET - Updated
MaximumThickness Property




Accusoft.ScanFixXpressSdk Namespace > LineRemovalOptions Class : MaximumThickness Property
Gets and sets the maximum thickness, in pixels, a line can have to meet the removal criteria.
Syntax
'Declaration
 
Public Property MaximumThickness As Integer
'Usage
 
Dim instance As LineRemovalOptions
Dim value As Integer
 
instance.MaximumThickness = value
 
value = instance.MaximumThickness
public int MaximumThickness {get; set;}
public: __property int get_MaximumThickness();
public: __property void set_MaximumThickness( 
   int value
);
public:
property int MaximumThickness {
   int get();
   void set (    int value);
}
Remarks

The default value is 20.

Valid values are 0 to 50.

See Also

Reference

LineRemovalOptions Class
LineRemovalOptions Members

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