Barcoder Methods |
The Barcoder type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateBitmapRenderer |
Creates a bitmap renderer for barcodes.
| |
| CreateDecoder |
Creates a decoder for detecting and parsing barcodes.
| |
| CreateEncoder |
Creates an encoder for the specified barcode symbology.
| |
| CreatePdfDecoder(Stream, String) |
Create a decoder for detecting barcodes in the specified PDF stream.
| |
| CreatePdfDecoder(String, String) |
Create a decoder for detecting barcodes in the specified PDF file.
| |
| CreatePdfDocument |
Creates a new PDF document.
| |
| CreatePdfRenderer |
Creates a PDF renderer for barcodes.
| |
| CreateSvgRenderer |
Creates a scalable vector graphics (SVG) renderer for barcodes.
| |
| GetLicense |
Returns the license description.
| |
| InitializeLogging |
Initialize events logging from the options of the barcoder.
| |
| LogDebug |
Write a log event with the "Debug" logging level.
| |
| LogError(String) |
Write a log event with the "Error" logging level.
| |
| LogError(Exception, String) |
Write a log event with the "Error" logging level and the associated exception.
| |
| LogFatal(String) |
Write a log event with the "Fatal" logging level.
| |
| LogFatal(Exception, String) |
Write a log event with the "Fatal" logging level and the associated exception.
| |
| LogInfo |
Write a log event with the "Information" logging level.
| |
| LogVerbose |
Write a log event with the "Verbose" logging level.
| |
| LogWarning |
Write a log event with the "Warning" logging level.
| |
| OpenPdfDocument |
Opens an existing PDF document.
| |
| SetLicense(Byte) |
Initializes the library from a byte array, such as an embedded resource file.
| |
| SetLicense(String) |
Initializes the library and validates the specified license file.
|