PosPrinterBase.CapConcurrentPageMode Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates whether the printer is capable of supporting page mode for the receipt and slip stations concurrently.

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

Syntax

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

Property Value

A boolean indicating whether the printer is capable of supporting page mode for the receipt and slip stations concurrently.

Remarks

If true, then the printer is capable of supporting Page Mode concurrently 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.

This property is initialized by the 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