Click or drag to resize
PortalDocDefaultIncludeTaxInPrice Property
Gets or sets the IncludeTaxInPrice default. With this property set to true, the tax will be calculated in such a way that the price will include the tax. The TaxEngine reduces the taxable amount to the point that the taxable amount plus the tax equals the price entered. Setting this value will affect the current line and subsequently added lines.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public bool DocDefaultIncludeTaxInPrice { get; set; }

Property Value

Type: Boolean
See Also