Share via


PointCardRW.SidewaysMaxChars Property

2/27/2008

Gets 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)

Syntax

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

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
SidewaysMaxLines