Share via


PosPrinter.RecSidewaysMaxLines Property

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

Remarks

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

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

The service object should set RecSidewaysMaxLines 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.RecSidewaysMaxLines Property
PosPrinter.RecLineHeight Property
PosPrinter.RecLineSpacing Property
PosPrinter.RecLineChars Property