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




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

The default value is -1.

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

See Also

Reference

FilterOpenOptions Class
FilterOpenOptions Members

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