automationControl Property

Summary

Annotation automation control used with this DocumentViewerAnnotations

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerAnnotations.prototype, 'automationControl', 
	get: function() 
) 
automationControl: IAnnAutomationControl; // read-only 

Property Value

An object of a type that implements IAnnAutomationControl that handles annotations automation support for this class.

Remarks

DocumentViewerAnnotations creates an instance of AnnotationsInteractiveMode to use for automated annotations editing. This value is set in the InteractiveMode property when DocumentViewer is created if the value of UseAnnotations was true.

The value of AutomationControl is set to an internal IAnnAutomationControl to handle the mouse and touch events as well as rendering of annotation objects and containers on View.ImageViewer.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly