PointCardRW.MaxLine Property
2/27/2008
Gets the maximum printable line number.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property MaxLine As Integer
public abstract int MaxLine { get; }
public:
virtual property int MaxLine {
int get () abstract;
}
/** @property */
public abstract int get_MaxLine ()
public abstract function get MaxLine () : int
Remarks
When the CapPrintMode property is false, MaxLine contains the maximum printable line number.
In the case that there is a double-high character in the same line, it relies on the capability of the device.
When the LineHeight property and the LineSpacing property change, the MaxLine property can be renewed.
MaxLine is typically initialized to the point card reader/writer's default maximum printable line number by the service object. It should then be kept current by the service object while the device is enabled.
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
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
PointCardRW.LineHeight Property