public BarcodeReadOptions Options { get; }
Public ReadOnly Property Options As BarcodeReadOptions
@property (nonatomic, strong, readonly, nullable) LTBarcodeReadOptions *options
public BarcodeReadOptions getOptions()
public:
property BarcodeReadOptions^ Options {
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document