Click or drag to resize
PortalDocSlamLoad Property
Gets or sets the DocSlamLoad boolean. SlamLoad prevents the tax document from recalculating during data entry. This could improve the performance of the TaxEngine and is primarily intended for use when importing existing transactions. While this value is set to true, the tax will not calculate. Alternately, you can calculate the tax at any time by calling DocCalculateTax().

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

Property Value

Type: Boolean
Exceptions
See Also