ClaimedBarcodeScanner.IsDecodeDataEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.