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 IBarcodeReadOptions Options {get;}
'Declaration
Public ReadOnly Property Options As IBarcodeReadOptions
'Usage
Dim instance As BarcodeReadSymbologyEventArgs Dim value As IBarcodeReadOptions value = instance.Options
public IBarcodeReadOptions Options {get;}
get_Options();
public: property IBarcodeReadOptions^ Options { IBarcodeReadOptions^ get(); }
Note: In LEADTOOLS for .NET, the equivalent to IBarcodeReadOptions is BarcodeReadOptions.
For an example, refer to BarcodeReader.ReadSymbology.