ClaimedBarcodeScanner.IsDecodeDataEnabled 속성

정의

디코딩된 데이터를 서비스 개체에 제공할지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

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

속성 값

Boolean

bool

디코딩된 데이터가 애플리케이션에 제공되면 true로 설정합니다. 그렇지 않으면 false입니다.

적용 대상