ImageGear .NET - Updated November 28, 2017
BarcodeType Property (ImGearBarcodeWriter)




ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriter Class : BarcodeType Property
Gets or sets the type of barcode to create.
Syntax
'Declaration
 
Public Shadows Property BarcodeType As ImGearBarcodeType
 
'Usage
 
Dim instance As ImGearBarcodeWriter
Dim value As ImGearBarcodeType
 
instance.BarcodeType = value
 
value = instance.BarcodeType

Property Value

The ImGearBarcodeType value set.
Remarks

Required to create a barcode. When set, the ImGearBarcodeType property verifies the specified type is valid for writing. If not, the "Unsupported barcode type" exception is thrown.

Below are the barcode types which can be written:

See Also

Reference

ImGearBarcodeWriter Class
ImGearBarcodeWriter Members
ImGearBarcodeWriter Class
ImGearBarcodeType Enumeration