FiscalPrinter.PrintFixedOutput(Int32, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prints a line of a fixed document to the print station specified in the BeginFixedOutput method.
public abstract void PrintFixedOutput (int documentType, int lineNumber, string data);
abstract member PrintFixedOutput : int * int * string -> unit
Public MustOverride Sub PrintFixedOutput (documentType As Integer, lineNumber As Integer, data As String)
Parameters
- documentType
- Int32
Identifier of a document stored in the printer.
- lineNumber
- Int32
Number of the line in the document to print.
- data
- String
String parameter for placement in printed line.