Share via


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

2/27/2008

Gets the maximum number of header lines that can be printed for each fiscal receipt.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property NumHeaderLines As Integer
public abstract int NumHeaderLines { get; }
public:
virtual property int NumHeaderLines {
    int get () abstract;
}
/** @property */
public abstract int get_NumHeaderLines ()
public abstract function get NumHeaderLines () : int

Remarks

Header lines usually contain information such as store address, store name, store fiscal ID. Each header line is set by using the SetHeaderLine method and remains set even after the printer is switched off. Header lines are automatically printed when a fiscal receipt is initiated by using the BeginFiscalReceipt method or when the first line item inside a receipt is sold.

NumHeaderLines is set and kept current by the service object while the device is enabled.

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