Initializes a new instance of the AnnAutomation class attached to a LEADTOOLS Leadtools.WinForms.RasterImageViewer.
Public Function New( _
ByVal automationManager As Leadtools.Annotations.AnnAutomationManager, _
ByVal viewer As Leadtools.Winforms.RasterImageViewer _
)
public:
AnnAutomation(
Leadtools.Annotations.AnnAutomationManager^ automationManager,
Leadtools.Winforms.RasterImageViewer^ viewer
)
automationManager
The manager to which this AnnAutomation object will belong.
viewer
The raster viewer for this AnnAutomation
This constructor creates a new instance of the AnnAutomation class, hooks to the necessary events in viewer to handle the user interface, creates the Container that will hold the annotation objects and finally adds this newly created AnnAutomationObject to the AnnAutomationManager.Automations collection.
Internally, this method will create a helper object that implements IAnnAutomationControl for viewer and uses an object of this class.
To use automation with your own control instead of the LEADTOOLS Leadtools.WinForms.RasterImageViewer, use AnnAutomation(AnnAutomationManager, IAnnAutomationControl).
Refer to IAnnAutomationControl for an example on how to use LEADTOOLS annotations with your own controls.
For an example, refer to AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET