FiscalPrinter.SetTrailerLine(Int32, String, Boolean) 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.
Sets one of the fiscal receipt trailer lines.
public abstract void SetTrailerLine (int lineNumber, string text, bool doubleWidth);
abstract member SetTrailerLine : int * string * bool -> unit
Public MustOverride Sub SetTrailerLine (lineNumber As Integer, text As String, doubleWidth As Boolean)
Parameters
- lineNumber
- Int32
Line number of the trailer line to set.
- text
- String
Text to which to set the trailer line.
- doubleWidth
- Boolean
Print this line in double-wide characters.