Share via


FiscalPrinter.SetVatTable Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Sends the VAT table built inside the service object to the printer.

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

Syntax

'Declaration
Public MustOverride Sub SetVatTable
public abstract void SetVatTable ()
public:
virtual void SetVatTable () abstract
public abstract void SetVatTable ()
public abstract function SetVatTable ()

Remarks

The VAT table is built one entry at a time using the SetVatValue method.

SetVatTable is supported only if CapHasVatTable is true. SetVatTable can only be called while DayOpened is false.

SetVatTable may throw a PosControlException with the following ErrorCode:

Value

Description

Illegal

The printer has already begun the fiscal day (see the DayOpened property).

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
CapHasVatTable
DayOpened
SetVatValue