PosPrinter.SlpSidewaysMaxChars 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 SlpSidewaysMaxChars As Integer
public abstract int SlpSidewaysMaxChars { get; }
public:
virtual property int SlpSidewaysMaxChars {
int get () abstract;
}
/** @property */
public abstract int get_SlpSidewaysMaxChars ()
public abstract function get SlpSidewaysMaxChars () : int
Remarks
If the CapSlpLeft90 and CapSlpRight90 properties are both set to false. Then SlpSidewaysMaxChars is always set to 0 (zero).
Changing the SlpLineHeight, SlpLineSpacing, and SlpLineChars properties may change SlpSidewaysMaxChars.
SlpSidewaysMaxChars is updated by the service object to the capability of the Printer device when the device is enabled.
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.CapSlpLeft90 Property
PosPrinter.CapSlpRight90 Property
PosPrinter.SlpLineHeight Property
PosPrinter.SlpLineSpacing Property
PosPrinter.SlpLineChars Property
PosPrinter.MapMode Property