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

2/27/2008

Gets or sets application-specific text to be printed on the fiscal receipt before a line item invoked by some PrintRec methods.

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

Syntax

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

/** @property */
public abstract void set_PreLine (String value)
public abstract function get PreLine () : String

public abstract function set PreLine (value : String)

Remarks

PreLine can be written in the Fiscal Receipt state. The length of the text is reduced to a country/region-specific value.

PreLine is only valid if CapPostPreLine is true.

PreLine is typically initialized to an empty string and is reset to an empty string after it is used.

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