Share via


PosPrinterBase.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.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CapRecPageMode As Boolean
public override bool CapRecPageMode { get; }
public:
virtual property bool CapRecPageMode {
    bool get () override;
}
/** @property */
public boolean get_CapRecPageMode ()
public override 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

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace