Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > BarcodeReadSymbologyEventArgs Class : Options Property |
public BarcodeReadOptions Options {get;}
'Declaration
Public ReadOnly Property Options As BarcodeReadOptions
'Usage
Dim instance As BarcodeReadSymbologyEventArgs Dim value As BarcodeReadOptions value = instance.Options
public BarcodeReadOptions Options {get;}
@property (nonatomic, strong, readonly, nullable) LTBarcodeReadOptions *options
public BarcodeReadOptions getOptions()
get_Options();
public: property BarcodeReadOptions^ Options { BarcodeReadOptions^ get(); }
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.