The MasterForms Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets a collection of Master Forms in this category.| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property MasterForms As MasterFormCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DiskMasterFormsCategory Dim value As MasterFormCollection value = instance.MasterForms | |
| C# | |
|---|---|
public virtual MasterFormCollection MasterForms {get;} | |
| C++/CLI | |
|---|---|
public: virtual property MasterFormCollection^ MasterForms { MasterFormCollection^ get(); } | |
Property Value
Returns the a collection of Master Forms in this category.For an example, refer to GenerateMasterFormAttributes.
The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
The count of Master Forms in this collection is stored in MasterFormsCount.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code