Share via


LineDisplayProperties.MaximumX Property

2/27/2008

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

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

Syntax

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

Remarks

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

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

LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.MaximumX Property