Click or drag to resize

IBarcoderOptions Interface

Class encapsulates options for encoding and decoding of barcodes.

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

The IBarcoderOptions type exposes the following members.

Properties
  NameDescription
Public propertyDecoderOptions
Gets decoder options.
Public propertyEncoderOptions
Gets encoder options for creating barcode images.
Public propertyLogFile
Gets or sets the path to a file for logging events.
Public propertyLogLevel
Gets or sets the logging level. Supported levels are [verbose, debug, information, warning, error, fatal].
Top
Methods
  NameDescription
Public methodLoad
Loads the options from the specified XML file.
Public methodReset
Resets all options to their default values.
Public methodSave
Saves the current options to the specified XML file.
Top
See Also