Share via


BarcodeScannerCapabilities.IsImagePreviewSupported property (Handheld 8)

2/18/2014

Indicates whether the barcode scanner supports image preview.

Syntax

public bool IsImagePreviewSupported { get; }
Public ReadOnly Property IsImagePreviewSupported As Boolean
    Get
public:
property bool IsImagePreviewSupported {
    bool get();
}

Property value

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

True if the barcode scanner supports image preview; otherwise, false.

See Also

Reference

BarcodeScannerCapabilities class