Accusoft.Forms1 - Updated
CenterX Property (FilterOpenOptions)



Accusoft.ScanFixXpressSdk Namespace > FilterOpenOptions Class : CenterX Property
Gets and sets horizontal value for center point of filter. A value of -1 will automatically set the center based on region size.
Syntax
Public Property CenterX As Integer
Dim instance As FilterOpenOptions
Dim value As Integer
 
instance.CenterX = value
 
value = instance.CenterX
public int CenterX {get; set;}
public:
property int CenterX {
   int get();
   void set (    int value);
}
Remarks

The default value is -1.

Valid values are -1 or 0 to {Width} - 1.

See Also

Reference

FilterOpenOptions Class
FilterOpenOptions Members