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