Share via


ClaimedBarcodeScanner.IsDecodeDataEnabled property (Handheld 8)

2/18/2014

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

Syntax

public bool IsDecodeDataEnabled { get; set; }
Public Property IsDecodeDataEnabled As Boolean
    Get
    Set
public:
property bool IsDecodeDataEnabled {
    bool get();
    void set (bool value);
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

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

See Also

Reference

ClaimedBarcodeScanner class