Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.Auto assembly)

Show in webframe

AddChildCategory Method (DiskMasterFormsCategory)






Category Name.
Adds a new sub-category (child category) to this category on both the local disk and in ChildCategories.
Syntax
public virtual IMasterFormsCategory AddChildCategory( 
   string name
)
'Declaration
 
Public Overridable Function AddChildCategory( _
   ByVal name As String _
) As IMasterFormsCategory
'Usage
 
Dim instance As DiskMasterFormsCategory
Dim name As String
Dim value As IMasterFormsCategory
 
value = instance.AddChildCategory(name)

            

            
public:
virtual IMasterFormsCategory^ AddChildCategory( 
   String^ name
) 

Parameters

name
Category Name.

Return Value

Returns the created IMasterFormsCategory object.
Remarks

The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

A directory will be created on the local disk inside this category Path with name name. This created category object will be added to ChildCategories.

Example
Copy Code  
Imports Leadtools
Imports Leadtools.Codecs
Imports Leadtools.Forms
Imports Leadtools.Forms.Auto
Imports Leadtools.Forms.Ocr
Imports Leadtools.Forms.Recognition
Imports Leadtools.Forms.Processing
Imports Leadtools.Barcode

Public Sub AutoFormsAddCategory(ByVal category As IMasterFormsCategory, ByVal name As String)
   category.AddChildCategory(name)
End Sub
using Leadtools;
using Leadtools.Codecs;
using Leadtools.Forms;
using Leadtools.Forms.Auto;
using Leadtools.Forms.Ocr;
using Leadtools.Forms.Recognition;
using Leadtools.Forms.Processing;
using Leadtools.Barcode;

public void AutoFormsAddCategory(IMasterFormsCategory category, string name)
{
   category.AddChildCategory(name);
}
Requirements

Target Platforms

See Also

Reference

DiskMasterFormsCategory Class
DiskMasterFormsCategory Members

Error processing SSI file
Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features