Share via


SignatureCapture.EndCapture Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Ends signature capture.

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

Syntax

'Declaration
Public MustOverride Sub EndCapture
public abstract void EndCapture ()
public:
virtual void EndCapture () abstract
public abstract void EndCapture ()
public abstract function EndCapture ()

Remarks

If the RealTimeDataEnabled property is false and a signature is captured, it is placed in the PointArray and RawData properties. If no signature is captured, the PointArray and RawData properties are set to zero.

If the RealTimeDataEnabled property is true and signature points remain that have not been delivered to the application by a DataEvent event, the remaining signature points are placed in the PointArray and RawData properties. If all signature points have been delivered to the application, the PointArray and RawData properties are set to zero.

EndCapture may throw a PosControlException with the following values:

Value

Meaning

NoExist

Signature capture was not in progress.

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
DataEvent