IBarcoderOptions Interface |
Namespace: Opait.Barcoder.Api
public interface IBarcoderOptions
The IBarcoderOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| DecoderOptions |
Gets decoder options.
| |
| EncoderOptions |
Gets encoder options for creating barcode images.
| |
| LogFile |
Gets or sets the path to a file for logging events.
| |
| LogLevel |
Gets or sets the logging level.
Supported levels are [verbose, debug, information, warning, error, fatal].
|
| Name | Description | |
|---|---|---|
| Load |
Loads the options from the specified XML file.
| |
| Reset |
Resets all options to their default values.
| |
| Save |
Saves the current options to the specified XML file.
|