ClaimedBarcodeScanner.IsDecodeDataEnabled Property

Definition

Gets or sets a Boolean value that indicates whether to provide the decoded data to the service object.

public:
 property bool IsDecodeDataEnabled { bool get(); void set(bool value); };
bool IsDecodeDataEnabled();

void IsDecodeDataEnabled(bool value);
public bool IsDecodeDataEnabled { get; set; }
var boolean = claimedBarcodeScanner.isDecodeDataEnabled;
claimedBarcodeScanner.isDecodeDataEnabled = boolean;
Public Property IsDecodeDataEnabled As Boolean

Property Value

Boolean

bool

Set to true if decoded data is provided to the application; otherwise, false.

Applies to