Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / MakeBarcodeValueLRGap Property
In This Topic
    MakeBarcodeValueLRGap Property
    In This Topic
    Description
    Sets the vertical offset of outside text. Used by supported barcodes only (ie. UPC-A, EAN13), otherwise this value is ignored.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property MakeBarcodeValueLRGap As Long
    Remarks

    The default value is 0 pixels.

    • A value less than 0 will raise the outside value text above the standard value text.
    • A value greater than 0 will lower the outside value text below the standard value text.

    Outside text is only written with certain barcodes where this is standard. The barcode types that support outside text are UPC-A, UPC-E, EAN-8, and EAN-13. For all other types this value is ignored.

    See Also