IAnnPackage Interface

Summary

Provide support for packaging a group of annotation objects.

Syntax
TypeScript
JavaScript
function lt.Annotations.Automation.IAnnPackage 
class lt.Annotations.Automation.IAnnPackage() 
Remarks

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:

  1. 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

  2. Create a class that implements IAnnPackage, override the GetAutomationObjects method to return an array of your automation objects.

  3. Call the AnnAutomationManager.LoadPackage to use your package.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.