DiskMasterFormsRepository Constructor

Summary
Initializes a new instance of the DiskMasterFormsRepository class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal rasterCodecsInstance As RasterCodecs, _ 
   ByVal path As String _ 
) 
public: 
DiskMasterFormsRepository(  
   RasterCodecs^ rasterCodecsInstance, 
   String^ path 
) 

Parameters

rasterCodecsInstance
Leadtools.Codecs.RasterCodecs object to load/save Master Form images.

path
The path of the root directory of this repository.

Remarks

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

The created object will be filled with the Master Forms and sub-categories that are inside the root category.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.