Share via


SignatureCapture.CapRealTimeData Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates whether the device can supply data in real-time.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CapRealTimeData As Boolean
public abstract bool CapRealTimeData { get; }
public:
virtual property bool CapRealTimeData {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapRealTimeData ()
public abstract function get CapRealTimeData () : boolean

Remarks

Set to true if the device can supply signature data as the signature is being captured (“real time”); otherwise, false.

CapRealTimeData is updated by the service object, based on the capabilities of the device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

SignatureCapture Class
SignatureCapture Members
Microsoft.PointOfService Namespace