Share via


PointCardRW.SidewaysMaxChars Property

The maximum number of characters that can be printed on each line 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.SidewaysMaxChars

Syntax

'Declaration
Public MustOverride ReadOnly Property SidewaysMaxChars() As Integer
public abstract int SidewaysMaxChars {get;}
public: property virtual Int32 SidewaysMaxChars{
    Int32 get();
}
public abstract int get_SidewaysMaxChars();
public abstract function get SidewaysMaxChars() : int;

Remarks

If the capabilities CapLeft90 and CapRight90 are both FALSE, then SidewaysMaxChars is zero.

Changing the properties LineHeight, LineSpacing, and LineChars may cause SidewaysMaxChars to change.

SidewaysMaxChars is typically initialized by the service object to the default maximum number of sideways characters 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
SidewaysMaxLines