Share via


PosPrinter.CapConcurrentPageMode Property

2/27/2008

Gets a Boolean value that indicates whether the printer can support Page Mode at the same time for both the receipt and slip stations.

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

Syntax

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

Remarks

If true, then the printer can support Page Mode at the same time for both the receipt and slip stations.

If Page Mode is not supported on either station, only on one station, or only on one station at a time, then this value should be false.

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