Share via


PointCardRW.SidewaysMaxLines Property

The maximum number of lines that can be printed in sideways mode.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As Integer
returnValue = pointCardRW1.SidewaysMaxLines

Syntax

'Declaration
Public MustOverride ReadOnly Property SidewaysMaxLines() As Integer
public abstract int SidewaysMaxLines {get;}
public: property virtual Int32 SidewaysMaxLines{
    Int32 get();
}
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 properties LineHeight, LineSpacing, and LineChars 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
SidewaysMaxChars