Share via


FiscalPrinter.EndFixedOutput Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Stops nonfiscal fixed text printing on a printer station.

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

Syntax

'Declaration
Public MustOverride Sub EndFixedOutput
public abstract void EndFixedOutput ()
public:
virtual void EndFixedOutput () abstract
public abstract void EndFixedOutput ()
public abstract function EndFixedOutput ()

Remarks

EndFixedOutput is supported only if CapFixedOutput is true.

If EndFixedOutput is successful, the PrinterState property is changed to Monitor.

EndFixedOutput may cause a PosControlException exception to be thrown with one of the following ErrorCodes:

Value

Description

Busy

Cannot perform while output is in progress.

Illegal

The printer does not support fixed output (see the CapFixedOutput property).

ExtendedErrorWrongState

The printer is not in the Fixed Output state.

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

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace
FiscalPrinter.BeginFixedOutput Method
PrintFixedOutput