Share via


PosPrinter.CapRecPageMode Property

2/27/2008

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

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

Syntax

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

Remarks

If true, the printer can support Page Mode for the receipt 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