AddNew Method of the Taxes Object
This method adds a country tax specification at the end of the collection.
Note: The Name and Keywords properties of the added new Tax object are empty by default.
Syntax
Visual Basic .NET
Function AddNew() As Tax
C++
HRESULT AddNew( ITax** Result );
Parameters
- Result
- [out, retval] A pointer to the ITax* variable that receives the interface pointer for the added tax specification.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM