FiscalPrinter.PrintRecMessage(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 message on the fiscal receipt.
public abstract void PrintRecMessage (string message);
abstract member PrintRecMessage : string -> unit
Public MustOverride Sub PrintRecMessage (message As String)
Parameters
- message
- String
Text message to print.