FiscalPrinter.PrintFiscalDocumentLine(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 fiscal text to the slip station.
public abstract void PrintFiscalDocumentLine (string documentLine);
abstract member PrintFiscalDocumentLine : string -> unit
Public MustOverride Sub PrintFiscalDocumentLine (documentLine As String)
Parameters
- documentLine
- String
String to be printed on the fiscal slip.