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




Accusoft.ScanFixXpressSdk Namespace > FilterOpenOptions 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 FilterOpenOptions
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

FilterOpenOptions Class
FilterOpenOptions Members

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