Click or drag to resize

Barcoder Class

The main barcoder class that initializes the library and can be used to create all other API interfaces.
Inheritance Hierarchy
SystemObject
  Opait.Barcoder.ApiBarcoder

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public class Barcoder

The Barcoder type exposes the following members.

Constructors
  NameDescription
Public methodBarcoder
Initializes a new instance of the Barcoder class.
Public methodBarcoder(String)
Initializes a new instance of the Barcoder class from previously saved options.
Top
Properties
  NameDescription
Public propertyBarcoderOptions
Gets the options encoding and decoding barcodes.
Public propertyDecoderOptions
Gets the options for decoding barcodes.
Public propertyEncoderOptions
Gets the options for encoding barcodes.
Top
Methods
  NameDescription
Public methodCreateBitmapRenderer
Creates a bitmap renderer for barcodes.
Public methodCreateDecoder
Creates a decoder for detecting and parsing barcodes.
Public methodCreateEncoder
Creates an encoder for the specified barcode symbology.
Public methodCreatePdfDecoder(Stream, String)
Create a decoder for detecting barcodes in the specified PDF stream.
Public methodCreatePdfDecoder(String, String)
Create a decoder for detecting barcodes in the specified PDF file.
Public methodCreatePdfDocument
Creates a new PDF document.
Public methodCreatePdfRenderer
Creates a PDF renderer for barcodes.
Public methodCreateSvgRenderer
Creates a scalable vector graphics (SVG) renderer for barcodes.
Public methodGetLicense
Returns the license description.
Public methodInitializeLogging
Initialize events logging from the options of the barcoder.
Public methodStatic memberLogDebug
Write a log event with the "Debug" logging level.
Public methodStatic memberLogError(String)
Write a log event with the "Error" logging level.
Public methodStatic memberLogError(Exception, String)
Write a log event with the "Error" logging level and the associated exception.
Public methodStatic memberLogFatal(String)
Write a log event with the "Fatal" logging level.
Public methodStatic memberLogFatal(Exception, String)
Write a log event with the "Fatal" logging level and the associated exception.
Public methodStatic memberLogInfo
Write a log event with the "Information" logging level.
Public methodStatic memberLogVerbose
Write a log event with the "Verbose" logging level.
Public methodStatic memberLogWarning
Write a log event with the "Warning" logging level.
Public methodOpenPdfDocument
Opens an existing PDF document.
Public methodSetLicense(Byte)
Initializes the library from a byte array, such as an embedded resource file.
Public methodSetLicense(String)
Initializes the library and validates the specified license file.
Top
See Also