Share via


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

2/27/2008

Gets a Boolean value that indicates whether the printer can print application-defined lines.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapAdditionalLines As Boolean
public abstract bool CapAdditionalLines { get; }
public:
virtual property bool CapAdditionalLines {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapAdditionalLines ()
public abstract function get CapAdditionalLines () : boolean

Remarks

If true, the printer supports the printing of application-defined lines on a fiscal receipt between the total line and the end of the fiscal receipt; otherwise, false.

If CapAdditionalLines is true, after all totals lines are printed, you can print application-defined strings, such as the ones used for fidelity cards. In this case, after the total lines are printed, the PrinterState property is set to ReceiptEnding and PrintRecMessage can be called.

CapAdditionalLines is set by the service object, based on the capabilities of the device.

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