PointCardRW.SidewaysMaxLines Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the maximum number of lines that can be printed in sideways mode.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SidewaysMaxLines As Integer
public abstract int SidewaysMaxLines { get; }
public:
virtual property int SidewaysMaxLines {
int get () abstract;
}
/** @property */
public abstract int get_SidewaysMaxLines ()
public abstract function get SidewaysMaxLines () : int
Remarks
If the capabilities CapLeft90 and CapRight90 are both false, then SidewaysMaxLines is zero.
Changing the LineHeight, LineSpacing, and LineChars properties may cause SidewaysMaxLines to change.
SidewaysMaxLines is typically initialized by the service object to the default maximum number of lines for the point card.
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.SidewaysMaxChars Property