Leadtools.Barcode名前空間 > BarcodeReadSymbologyEventArgsクラス :Optionsプロパティ |
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(); }
オプションは、BarcodeReaderで設定される読まれたメソッドまたは省略時のオプションによって渡されるオプションでありえました。ステータスがBarcodeReadSymbologyStatus.PreReadであるならば、必要とされるならば、イベントハンドラでこのオブジェクトを修正することができます。BarcodeReaderは、読込み操作を実行するこのオブジェクトを使います。
サンプルのために、参照しますBarcodeReader.ReadSymbology。