←Select platform

DiskMasterFormsRepository Constructor

Summary

Initializes a new instance of the DiskMasterFormsRepository class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal rasterCodecsInstance As Leadtools.Codecs.RasterCodecs, _ 
   ByVal path As String _ 
) 
public: 
DiskMasterFormsRepository(  
   Leadtools.Codecs.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly