Leadtools.Windows.Annotations Namespace : AnnAutomation Class |
public class AnnAutomation
'Declaration Public Class AnnAutomation
'Usage Dim instance As AnnAutomation
public ref class AnnAutomation
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.
For C#/VB examples, refer to AnnAutomationManager.