Removes the specified Master Form from MasterForms and deletes it from the storage device.
public void DeleteMasterForm(
IMasterForm masterForm
)
Sub DeleteMasterForm( _
ByVal masterForm As Leadtools.Forms.Auto.IMasterForm _
)
void DeleteMasterForm(
Leadtools.Forms.Auto.IMasterForm^ masterForm
)
masterForm
The Master Form to be deleted.
This method is supposed to remove the specified Master Form inside IMasterFormsCategory object. Deleting it from the storage device is recommended to make the repository represent the actual storage device, if it is not deleted then the next time you create new IMasterFormsRepository or call IMasterFormsRepository.Refresh the removed Master Form inside this category will show up again.
A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
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