IAnnPackage Interface

Summary

Provide support for packaging a group of annotation objects.

Syntax

JavaScript Syntax
function lt.Annotations.Automation.IAnnPackage
TypeScript Syntax
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize