Adds a new sub-category (child category) to this category on both the local disk and in ChildCategories.
public IMasterFormsCategory AddChildCategory(string name)
Public Function AddChildCategory( _ByVal name As String _) As Leadtools.Forms.Auto.IMasterFormsCategory
public:Leadtools.Forms.Auto.IMasterFormsCategory^ AddChildCategory(String^ name)
name
Category Name.
Returns the created IMasterFormsCategory object.
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.
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);}
Imports LeadtoolsImports Leadtools.CodecsImports Leadtools.FormsImports Leadtools.Forms.AutoImports Leadtools.Forms.OcrImports Leadtools.Forms.RecognitionImports Leadtools.Forms.ProcessingImports Leadtools.BarcodePublic Sub AutoFormsAddCategory(ByVal category As IMasterFormsCategory, ByVal name As String)category.AddChildCategory(name)End Sub
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
