Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / MakeBarcode Method
In This Topic
    MakeBarcode Method
    In This Topic
    Description
    This method creates a barcode.
    Syntax
    Visual Basic
    Public Sub MakeBarcode() 
    Remarks

    The barcode style and the barcode value are the two properties required to set when creating a barcode. The barcode style is determined by the MakeBarcodeStyle property. The barcode value is determined by the MakeBarcodeValue property.

    The MakeBarcode method analyzes the barcode value to determine if it is correct for the barcode style. If successful, the barcode bitmap can be accessed using the MakeBarcodePic and MakeBarcodeDIB properties.

    Note: Barcode Xpress does not allow creation of barcodes less than two pixels in width.

    See Also