ScanFix Xpress v9.0 for .NET - Updated
MinimumAreaWidth Property (InverseTextOptions)




Accusoft.ScanFixXpressSdk Namespace > InverseTextOptions Class : MinimumAreaWidth Property
Gets and sets the minimum width, in pixels, of the smallest expected zone of inverse text.
Syntax
'Declaration
 
Public Property MinimumAreaWidth As Integer
'Usage
 
Dim instance As InverseTextOptions
Dim value As Integer
 
instance.MinimumAreaWidth = value
 
value = instance.MinimumAreaWidth
public int MinimumAreaWidth {get; set;}
public: __property int get_MinimumAreaWidth();
public: __property void set_MinimumAreaWidth( 
   int value
);
public:
property int MinimumAreaWidth {
   int get();
   void set (    int value);
}
Remarks

The default value is 300.

Valid values are 1 to 20000.

See Also

Reference

InverseTextOptions Class
InverseTextOptions Members

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