Share via


SignatureCapture.BeginCapture Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Begins the capture of a signature.

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

Syntax

'Declaration
Public MustOverride Sub BeginCapture ( _
    formName As String _
)
public abstract void BeginCapture (
    string formName
)
public:
virtual void BeginCapture (
    String^ formName
) abstract
public abstract void BeginCapture (
    String formName
)
public abstract function BeginCapture (
    formName : String
)

Parameters

  • formName
    Contains the platform-specific location for obtaining form or data screen information for display on the device screen.

Remarks

If CapDisplay is true, formName is used to find information about the form or data screen to be displayed.

The format and features of each signature capture device’s form/data screen varies widely and is often built with proprietary tools. Therefore, this key’s data and additional values contain information that varies by service object. Typically, the registry key’s data is set to a form/data screen file name, and extra registry values and data are set as needed to control its display.

After displaying the form or data screen, when applicable, the signature capture stylus is enabled.

BeginCapture may cause a PosControlException to be thrown with the following ErrorCode:

Value

Meaning

NoExist

formName was not found.

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