FiscalPrinter.AdditionalHeader Property
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.
Gets or sets user-specific text to be printed on the receipt after the fixed header lines when calling the BeginFiscalReceipt method.
public abstract string AdditionalHeader { get; set; }
member this.AdditionalHeader : string with get, set
Public MustOverride Property AdditionalHeader As String