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

2/27/2008

Gets and sets the print station for use by other Page Mode properties

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

Syntax

'Declaration
Public Overrides Property PageModeStation As PrinterStation
public override PrinterStation PageModeStation { get; set; }
public:
virtual property PrinterStation PageModeStation {
    PrinterStation get () override;
    void set (PrinterStation value) override;
}
/** @property */
public PrinterStation get_PageModeStation ()

/** @property */
public void set_PageModeStation (PrinterStation value)
public override function get PageModeStation () : PrinterStation

public override function set PageModeStation (value : PrinterStation)

Property Value

A PrinterStation value that indicates the current printer mode.

Remarks

This property gets and sets the print station for subsequent Page Mode properties. Note that PageModePrint will allow for the selection of the print station that the output will be generated on. This value will only contain one Page Mode station at a time, receipt or slip.

If Page Mode is not supported on any station, the value should be zero. To control Page Mode for more than one station, this value will need to be changed between the stations.

This property is initialized to 0 by the Open method, and must be set to a valid value before Page Mode properties or methods are used.

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