Share via


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

2/27/2008

Holds the signature captured from the device in a device-specific format.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property RawData As Byte()
public abstract byte[] RawData { get; }
public:
virtual property array<unsigned char>^ RawData {
    array<unsigned char>^ get () abstract;
}
/** @property */
public abstract byte[] get_RawData ()
public abstract function get RawData () : byte[]

Remarks

This data is often in a compressed form to minimize signature storage requirements. Reconstruction of the signature from this data requires device-specific processing.

RawData is set by the service object just before delivering the DataEvent or by the EndCapture method.

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
SignatureCapture.PointArray Property