Provide support for packaging a group of annotation objects.
function lt.Annotations.Automation.IAnnPackage
class lt.Annotations.Automation.IAnnPackage()
For a complete example of an annotation pack, refer to the Leadtools.Annotations.UserMedicalPack sample library shipped with LEADTOOLS.
Follow these steps to create an annotation package:
Create the necessary AnnAutomationObject's for your objects. These objects can be stored in your main application or in a separate assembly. For more information, refer to Implement User Defined Objects with LEADTOOLS Annotations
Create a class that implements IAnnPackage, override the GetAutomationObjects method to return an array of your automation objects.
Call the AnnAutomationManager.LoadPackage to use your package.
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