You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > 1D Barcode Recognition Extension > Barcode1DReaderGetBarcodeY4 Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.Barcode1DReaderGetBarcodeY4 Method

Returns the Y position (in pixel) of the bottom-right corner of a barcode detected by the Barcode1DReaderDoScan function.

C#
public int Barcode1DReaderGetBarcodeY4(
    int BarcodeNo
);
Visual Basic
Public Function Barcode1DReaderGetBarcodeY4(
    ByVal BarcodeNo As Integer
) As Integer
Parameters
Parameters 
Description 
BarcodeNo 
Barcode index. Must be between 1 and Barcode1DReaderGetBarcodeCount returned value. 
Returns

The barcode Y position of the bottom-right corner.

This function requires the optional GdPicture 1D Barcode Recognition Plugin. This Plugin must be unlocked with the SetLicenseNumber1DBarcodeRecognition() function.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.