ImageGear for .NET
BarcodeType Property
See Also  Send Feedback
ImageGear21.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriter Class : BarcodeType Property




Glossary Item Box

Gets or sets the type of barcode to create.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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:

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.