Accusoft.ScanFixXpress8.Net
CenterY Property (FilterCustomOptions)




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 FilterCustomOptions
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 {Width} - 1 .

See Also

Reference

FilterCustomOptions Class
FilterCustomOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback