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

2/27/2008

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

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

Syntax

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

/** @property */
public abstract void set_PostLine (String value)
public abstract function get PostLine () : String

public abstract function set PostLine (value : String)

Remarks

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

PostLine is only valid if CapPostPreLine is true.

PostLine 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