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.
Products |
Support |
Feedback: IAnnPackage Interface - Leadtools.Annotations.Automation |
Introduction |
Help Version 19.0.2017.3.21
|