Share via


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

2/27/2008

Holds the maximum vertical coordinate of the signature capture device.

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

Syntax

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

Remarks

The value must be less than 65,536.

MaximumY 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