Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / MakeBarcodeStyle Property
In This Topic
    MakeBarcodeStyle Property
    In This Topic
    Description
    Type of barcode to create.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property MakeBarcodeStyle As BC_BarcodeStyle
    Return Type
    The BC_BarcodeStyle value set.
    Remarks

    The default value is BC_StyleCode39.

    When set, this property will verify that the specified type is valid for writing. If not, an unsupported barcode type error will be returned to ErrorCode.

    Below are the barcode types which can be written as defined in the BC_BarcodeStyle Enumeration:

    See Also