Accusoft.Forms1 - Updated
CenterY Property (FilterMedianOptions)



Accusoft.ScanFixXpressSdk Namespace > FilterMedianOptions 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
Public Property CenterY As Integer
Dim instance As FilterMedianOptions
Dim value As Integer
 
instance.CenterY = value
 
value = instance.CenterY
public int CenterY {get; set;}
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

FilterMedianOptions Class
FilterMedianOptions Members