Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Writer Class / BarcodeType Property




In This Topic
BarcodeType Property (Writer)
In This Topic
Gets and sets the type of 1D barcode to create from the BarcodeType enumeration.
Syntax
'Declaration
 
Public Shadows Property BarcodeType As BarcodeType
 
'Usage
 
Dim instance As Writer
Dim value As BarcodeType
 
instance.BarcodeType = value
 
value = instance.BarcodeType

Property Value

The BarcodeType value set.
Remarks

Required to create a 1D barcode. When set, the BarcodeType property verifies the specified type is valid for writing. If not, the UnsupportBarcodeTypeException exception is thrown.

The default value is Code 39

Below are the 1D barcode types which can be written:

  • Industry 2 of 5
  • Interleaved 2 of 5
  • Codabar
  • Code 39
  • Code 39 Extended
  • Code 93
  • Code 93 Extended
  • Code 128
  • EAN 128
  • EAN-13 or JAN
  • EAN 8
  • UPCA
  • UPCE
  • PatchCode

See Also