Share via


PosPrinterBase.CapSlpLeft90 Property

2/27/2008

Indicates that the slip can print in a rotated 90 degree left mode.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CapSlpLeft90 As Boolean
public override bool CapSlpLeft90 { get; }
public:
virtual property bool CapSlpLeft90 {
    bool get () override;
}
/** @property */
public boolean get_CapSlpLeft90 ()
public override function get CapSlpLeft90 () : boolean

Remarks

PosPrinterBase class verifies that the device has been opened, then retrieves the value of PosPrinterProperties.CapSlpLeft90.

CapSlpLeft90 is initialized to false by the PosPrinterProperties class. The service object should update CapSlpLeft90 to an appropriate value in its Open method.

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

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinter.CapSlpLeft90 Property