←Select platform

Options Property

Summary

Gets the options being used to read the symbologies.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public BarcodeReadOptions Options { get; } 
Public ReadOnly Property Options As Leadtools.Barcode.BarcodeReadOptions 
@property (nonatomic, strong, readonly, nullable) LTBarcodeReadOptions *options 
public BarcodeReadOptions getOptions() 
 get_Options();  

Property Value

An BarcodeReadOptions or one of its derived classes that specifies the options being used to read the symbologies.

Remarks

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.

Example

For an example, refer to BarcodeReader.ReadSymbology.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly