Initializes a new instance of the DiskMasterFormsRepository class.
public DiskMasterFormsRepository(
RasterCodecs rasterCodecsInstance,
string path
)
Public Function New( _
ByVal rasterCodecsInstance As Leadtools.Codecs.RasterCodecs, _
ByVal path As String _
)
public:
DiskMasterFormsRepository(
Leadtools.Codecs.RasterCodecs^ rasterCodecsInstance,
String^ path
)
rasterCodecsInstance
Leadtools.Codecs.RasterCodecs object to load/save Master Form images.
path
The path of the root directory of this repository.
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.
For an example, refer to AutoFormsEngine.Run(RasterImage form, PageRequestCallback pageRequestCallback, Object, userData, List<IMasterFormsCategory>).
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