Barcode1DReaderGetBarcodeX1 Method (GdPictureImaging)
Returns the X position (in pixels) of the top-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 Barcode1DReaderGetBarcodeX1(
int
)
public function Barcode1DReaderGetBarcodeX1(
: Integer
): Integer;
public function Barcode1DReaderGetBarcodeX1(
: int
) : int;
public: int Barcode1DReaderGetBarcodeX1(
int
)
public:
int Barcode1DReaderGetBarcodeX1(
int
)
'Declaration
Public Function Barcode1DReaderGetBarcodeX1( _
ByVal As Integer _
) As Integer
Parameters
- BarcodeNo
- Barcode index. Must be between 1 and Barcode1DReaderGetBarcodeCount returned value.
Return Value
The barcode X position of the top-left corner; relative to the ROI, if any is defined.