Share via


PosPrinter.RecSidewaysMaxChars Property (POS for .NET v1.12 SDK Documentation)

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 RecSidewaysMaxChars As Integer
public abstract int RecSidewaysMaxChars { get; }
public:
virtual property int RecSidewaysMaxChars {
    int get () abstract;
}
/** @property */
public abstract int get_RecSidewaysMaxChars ()
public abstract function get RecSidewaysMaxChars () : int

Remarks

If the CapRecLeft90 and CapRecRight90 properties are both set to false, RecSidewaysMaxChars is always set to zero.

Changing the RecLineHeight, RecLineSpacing, and RecLineChars properties may change RecSidewaysMaxChars.

The service object should set RecSidewaysMaxChars based on the capabilities of the device.

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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
PosPrinter.CapRecLeft90 Property
PosPrinter.CapRecRight90 Property
PosPrinter.RecSidewaysMaxChars Property
PosPrinter.RecLineHeight Property
PosPrinter.RecLineSpacing Property
PosPrinter.RecLineChars Property