FiscalPrinter.CapAmountNotPaid Property

Indicates whether the printer can record unpaid amounts.

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

Usage

'Usage
Dim fiscalPrinter1 As FiscalPrinter

Dim returnValue As Boolean
returnValue = fiscalPrinter1.CapAmountNotPaid

Syntax

'Declaration
Public MustOverride ReadOnly Property CapAmountNotPaid() As Boolean
public abstract bool CapAmountNotPaid {get;}
public: property virtual Boolean CapAmountNotPaid{
    Boolean get();
}
public abstract boolean get_CapAmountNotPaid();
public abstract function get CapAmountNotPaid() : Boolean;

Remarks

If TRUE, the printer allows the recording of unpaid amounts; otherwise, FALSE.

CapAmountNotPaid is typically initialized to FALSE. It should then be updated 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace