Click or drag to resize

Opait.Barcode Namespace

This namespace provides classes for encoding and decoding barcodes.
Classes
  ClassDescription
Public classBarcode
Class represents an encoded barcode.
Public classBarcodeBitmapRenderer
Class renders barcodes as GDI Bitmap.
Public classBarcodeDecoder
Class detects and decodes barcodes embedded in a bitmap.
Public classBarcodeException
Defines an exception that is thrown by barcode error handlers.
Public classBarcodePdfRenderer
Class controls placement of barcodes on a PDF page.
Public classBarcodeRenderer
Base class for rendering a barcode.
Public classBarcodeResult
Class defines the result of decoding a barcode.
Public classBarcoderOptions
Class encapsulates options for encoding and decoding barcodes.
Public classBarcodeSvgRenderer
Class renders barcodes as GDI Bitmap.
Public classBitMatrix
Defines a two dimensional bit matrix.
Public classDecoderOptions
Class represents decoder options.
Public classEncoderOptions
Class represents encoder options.
Public classLibrary
Utility class to initialize and validate license files.
Enumerations
  EnumerationDescription
Public enumerationBarcodeType
Specifies the type of barcode symbology.
Public enumerationErrorCorrection
Error correction level for two dimensional barcode symbologies. These define the tolerance levels for how much of the code can be lost before the code cannot be recovered. Higher levels will increase the size of the barcodes.
Public enumerationResultType
Represents the type of data encoded by a barcode.