GetBarCodePositionStructValues

Description         This method is used to retrieve the information found after calling the DetectBarCodePositions method. LeftTopX is a value that shows Left Top X coordinate of the retrieved barcode position. The LeftTopX value can be retrieved by the method GetLeftTopX. LeftTopY is a value that shows Left Top Y coordinate of the retrieved barcode position. The LeftTopY value can be retrieved by the method GetLeftTopY. RightBottomX is a value that shows Right Bottom X coordinate of the retrieved barcode position. The RightBottomX value can be retrieved by the method GetRightBottomX. RightBottomY is a value that shows Right Bottom Y coordinate of the retrieved barcode position. The RightBottomY value can be retrieved by the method GetRightBottomY. Orientation is a value that shows orientation of the retrieved barcode. The orientation value can be retrieved by the method GetOrientation. BarNumber is a value that shows barnumber of the retrieved barcode. The barnumber value can be retrieved by the method GetBarNumber.

Syntax                 RetVal = [BiBrw1Dh]GetBarCodePositionStructValues BarCodePosStruct Index

 

Returns               RetVal                           BOOL     0 on success or an error code on failure. For possible values see Barcode Error codes.

Remarks             BarCodePosStruct       LONGLONG  Handle to the structure containing the barcode position details.  This handle is obtained by calling the DetectBarCodePositions method.

                            Index                              Short        Index of the item of the internal array to retrieve position information about .

See Also              DetectBarCodePositions, GetLeftTopX, GetLeftTopY, GetRightBottomX, GetRightBottomY, GetOrientation, GetBarNumber