Share via


FiscalPrinter.BeginFixedOutput(FiscalReceiptStation, Int32) Method

Definition

Starts nonfiscal fixed text printing on a printer station.

public abstract void BeginFixedOutput (Microsoft.PointOfService.FiscalReceiptStation station, int documentType);
abstract member BeginFixedOutput : Microsoft.PointOfService.FiscalReceiptStation * int -> unit
Public MustOverride Sub BeginFixedOutput (station As FiscalReceiptStation, documentType As Integer)

Parameters

station
FiscalReceiptStation

The printer station to be used. Can be either Receipt or Slip.

documentType
Int32

Identifier of a document stored in the printer.

Applies to