Share via


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

2/27/2008

Contains the maximum number of vertical pixels supported by the device.

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

Syntax

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

Remarks

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.

LineDisplayBase class verifies that the device has been opened, then retrieves the value of LineDisplayProperties.MaximumY, which is the MaximumY value currently stored by the LineDisplayScreenMode class for the current Screen Mode. If the CapBitmap property is set to false, the MaximumY property returns 0 (zero).

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

LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplay.MaximumY Property
LineDisplayScreenMode