The AnnAutomation Class supports WPF/Silverlight.
The AnnAutomation Class is available in LEADTOOLS Document and Medical Imaging toolkits.
Manages the automation for an annotation container and a viewer. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Class AnnAutomation |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomation |
C# | |
---|---|
public class AnnAutomation |
C++/CLI | |
---|---|
public ref class AnnAutomation |
For C#/VB examples, refer to AnnAutomationManager.
The AnnAutomation class links an annotation AnnContainer object and a Leadtools.Windows.Controls.ImageViewer object together.
An automated annotation application usually creates one AnnAutomation object per annotation window. Therefore, typically, an SDI application has one AnnAutomation object (one AnnContainer and one Leadtools.Windows.Controls.ImageViewer), and an MDI application has one AnnAutomation per annotation child form.
System.Object
Leadtools.Windows.Annotations.AnnAutomation
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)