←Select platform

IAnnPackage Interface

Summary
Provide support for packaging a group of annotation objects.
Syntax
C#
C++/CLI
Java
Python
public interface IAnnPackage 
public interface IAnnPackage 
public: 
   interface class IAnnPackage abstract 
class 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 Annotations - WinForms C# .NET 6

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