Gets the options being used to read the symbologies.
public BarcodeReadOptions Options { get; }
Public ReadOnly Property Options As Leadtools.Barcode.BarcodeReadOptions
public Leadtools.Barcode.BarcodeReadOptions Options {get;}
@property (nonatomic, strong, readonly, nullable) LTBarcodeReadOptions *options
public BarcodeReadOptions getOptions()
get_Options();
public:
property Leadtools.Barcode.BarcodeReadOptions^ Options {
Leadtools.Barcode.BarcodeReadOptions^ get();
}
An BarcodeReadOptions or one of its derived classes that specifies the options being used to read the symbologies.
Options could be the options passed through the read methods or the default options set in BarcodeReader. If Status is BarcodeReadSymbologyStatus.PreRead, then you can modify this object in the event handler if required. The BarcodeReader will use this object to perform the read operation.
For an example, refer to BarcodeReader.ReadSymbology.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET