AddNew Method of the SectionDefinitions Object
This method creates a new SectionDefinition object and adds it at the end of the collection.
Syntax
Visual Basic .NET
Function AddNew(name As String) As SectionDefinition
C++
HRESULT AddNew( BSTR name, ISectionDefinition** result );
Parameters
- name
- [in] This parameter specifies the name of the new section definition.
- result
- [out, retval] A pointer to the ISectionDefinition* pointer variable that receives the interface pointer of the added SectionDefinition object.
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