VintaSoft Barcode .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.
Board index < VintaSoft Barcode < VintaSoft Barcode .NET SDK Discussions
' create the barcode writer
Dim barcodeWriter As New BarcodeWriter()
' set barcode writer settings
barcodeWriter.Settings.Barcode = BarcodeType.Code128
barcodeWriter.Settings.Value = "012345abcde"
' get a barcode image
Dim image As Image = barcodeWriter.GetBarcodeAsBitmap()
' save the barcode image to a file
image.Save("imageWihBarcode.png")
When I run the above code I get the exception: