Leadtools.Barcode Namespace > BarcodeReadSymbologyEventArgs Class : Options Property |
For information about this method please see Options.
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.