Share via


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

2/27/2008

Get or sets user-specific text to be printed on the receipt after the fiscal trailer lines when calling the EndFiscalReceipt method.

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

Syntax

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

/** @property */
public abstract void set_AdditionalTrailer (String value)
public abstract function get AdditionalTrailer () : String

public abstract function set AdditionalTrailer (value : String)

Remarks

The AdditionalTrailer property is only valid if the CapAdditionalTrailer property is true.

The AdditionalTrailer property is set and kept current by the Service Object while the device is enabled.

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

Value

Description

Illegal

The fiscal printer does not support printing text after the fiscal trailer 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.EndFiscalReceipt Method
CapAdditionalTrailer