PosPrinter.SlpSidewaysMaxLines 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 SlpSidewaysMaxLines As Integer
public abstract int SlpSidewaysMaxLines { get; }
public:
virtual property int SlpSidewaysMaxLines {
int get () abstract;
}
/** @property */
public abstract int get_SlpSidewaysMaxLines ()
public abstract function get SlpSidewaysMaxLines () : int
Remarks
If the CapSlpLeft90 and CapSlpRight90 properties are both set to false, SlpSidewaysMaxLines is zero.
Changing the SlpLineHeight, SlpLineSpacing, and SlpLineChars properties may change SlpSidewaysMaxLines.
The service object should set SlpSidewaysMaxLines 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.SlpSidewaysMaxChars Property