Accusoft.Forms1 - Updated
BarcodeType Property (Writer)



Accusoft.BarcodeXpressSdk Namespace > Writer Class : BarcodeType Property
Gets and sets the type of 1D barcode to create.
Syntax
Public Shadows Property BarcodeType As BarcodeType
Dim instance As Writer
Dim value As BarcodeType
 
instance.BarcodeType = value
 
value = instance.BarcodeType
public new BarcodeType BarcodeType {get; set;}
public:
new property BarcodeType BarcodeType {
   BarcodeType get();
   void set (    BarcodeType value);
}

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.

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

See Also

Reference

Writer Class
Writer Members
BarcodeType Property