Share via


FiscalPrinter.AdditionalHeader Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets user-specific text to be printed on the receipt after the fixed header lines when calling the BeginFiscalReceipt method.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Property AdditionalHeader As String
public abstract string AdditionalHeader { get; set; }
public:
virtual property String^ AdditionalHeader {
    String^ get () abstract;
    void set (String^ value) abstract;
}
/** @property */
public abstract String get_AdditionalHeader ()

/** @property */
public abstract void set_AdditionalHeader (String value)
public abstract function get AdditionalHeader () : String

public abstract function set AdditionalHeader (value : String)

Remarks

The AdditionallHeader property is only valid if the CapAdditionalHeader property is true. AdditionalHeader is set and kept current by the Service Object while the device is enabled.

Accessing AdditionalHeader may cause a PosControlException to be thrown with the following ErrorCode.

Value

Description

Illegal

The fiscal printer does not support printing text after the fixed header lines.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace
FiscalPrinter.BeginFiscalReceipt Method
CapAdditionalHeader