Share via


PosPrinter.CapSlpPageMode Property

2/27/2008

Gets a Boolean value that indicates whether the printer can support Page Mode for the slip station.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CapSlpPageMode As Boolean
public virtual bool CapSlpPageMode { get; }
public:
virtual property bool CapSlpPageMode {
    bool get ();
}
/** @property */
public boolean get_CapSlpPageMode ()
public function get CapSlpPageMode () : boolean

Remarks

If true, then the printer can support Page Mode for the slip station.

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