Barcode1DReaderGetBarcodeY4 Method (GdPictureImaging)
Returns the Y position (in pixels) of the bottom-left corner of a barcode detected by the Barcode1DReaderDoScan method.
If ROI has been set, this coordinate is relative to the used ROI.
public int Barcode1DReaderGetBarcodeY4(
int
)
public function Barcode1DReaderGetBarcodeY4(
: Integer
): Integer;
public function Barcode1DReaderGetBarcodeY4(
: int
) : int;
public: int Barcode1DReaderGetBarcodeY4(
int
)
public:
int Barcode1DReaderGetBarcodeY4(
int
)
'Declaration
Public Function Barcode1DReaderGetBarcodeY4( _
ByVal As Integer _
) As Integer
Parameters
- BarcodeNo
- Barcode index. Must be between 1 and Barcode1DReaderGetBarcodeCount returned value.
Return Value
The barcode Y position of the bottom-left corner; relative to the ROI, if any is defined.