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

2/27/2008

Gets a Boolean value that indicates whether SetVatValue and SetVatTable can be used to modify the contents of the printer’s VAT table.

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

Syntax

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

Remarks

If true, the SetVatValue and SetVatTable methods can be used to modify the contents of the printer’s VAT table; otherwise, false.

Some printers may not allow existing VAT table entries to be modified. Only new entries can be set on these printers.

CapSetVatTable 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