ScanFix Xpress v9.0 for .NET - Updated
Width Property (FilterCloseOptions)




Accusoft.ScanFixXpressSdk Namespace > FilterCloseOptions Class : Width Property
Gets and sets width in pixels of the region sampled for filter calculations.
Syntax
'Declaration
 
Public Property Width As Integer
'Usage
 
Dim instance As FilterCloseOptions
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
public int Width {get; set;}
public: __property int get_Width();
public: __property void set_Width( 
   int value
);
public:
property int Width {
   int get();
   void set (    int value);
}
Remarks

The default value is 3.

Valid values are 1 to int.MaxValue.

See Also

Reference

FilterCloseOptions Class
FilterCloseOptions Members

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