Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / ReaderAreaX Property
In This Topic
    ReaderAreaX Property
    In This Topic
    Description
    The left edge coordinate, in pixels, of the region of interest.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property ReaderAreaX As Long
    Return Type
    A long value which represents the x coordinate of the rectangular area.
    Remarks

    The default value is 0.

    This property is used with the ReaderAreaWidth, ReaderAreaHeight, and ReaderAreaY to create the rectangular area on an image for barcode processing.

    Note: If these properties are all set to 0, then the entire image is automatically searched.

    See Also