Share via


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

2/27/2008

Gets the maximum number of vertical pixels that the device supports.

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

A value of zero (0) indicates that bitmaps are not supported

Otherwise, MaximumY contains the maximum number of vertical pixels supported by the device. It must be less than 65, 536. Dividing MaximumY by the value of the DeviceRows property gives the number of pixels required for each character.

The service object may update the MaximumY property when the ScreenMode property is changed.

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

LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
LineDisplay.DeviceColumns Property
ScreenMode
LineDisplay.MaximumX Property