Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / MakeBarcodeWidth Property
In This Topic
    MakeBarcodeWidth Property
    In This Topic
    Description
    Width of the new image in which the created barcode will be drawn.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property MakeBarcodeWidth As Long
    Return Type
    A long value which represents the width of the new image.
    Remarks

    The default value is 600 pixels.

    This value will be used for the width of the image.

    If MakeBarcodeAutoSize is set to True, it will override the MakeBarcodeWidth property value and set the image width to fit the width of the barcode created.

    See Also