Share via


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

2/27/2008

Holds the maximum horizontal coordinate of the signature capture device.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property MaximumX As Integer
public abstract int MaximumX { get; }
public:
virtual property int MaximumX {
    int get () abstract;
}
/** @property */
public abstract int get_MaximumX ()
public abstract function get MaximumX () : int

Remarks

The value must be less than 65,536.

MaximumX 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