Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

IAnnAutomationControl Interface

Show in webframe
Properties  Methods  Events

The following tables list the members exposed by IAnnAutomationControl.

Public Properties
 NameDescription
AutomationAntiAliasGets or sets a value that indicate whether anti-aliasing should be used during rendering.  
AutomationContainerIndexGets or sets the active container index.  
AutomationDataProviderGets or sets the data provider to use for getting and setting image data.  
AutomationDpiXGets the horizontal resolution of the screen.  
AutomationDpiYGets the horizontal resolution of the image.  
AutomationEnabledGets a value that indicates whether the automation control is enabled.  
AutomationGetContainersCallbackGets or sets the callback that is used to obtain the collection of annotation containers used by the automation.  
AutomationObjectGets or sets the automation object.  
AutomationScrollOffsetGets the scroll offset being used by the control.  
AutomationTransformGets the matrix object that represents the current transformation for the annotations objects.  
AutomationUseDpiGets a value that indicate whether to use the resolution values when viewing an image.  
AutomationXResolutionGets the horizontal resolution of the image.  
AutomationYResolutionGets the vertical resolution of the image.  
RenderingEngineGets or sets the rendering engine associated with this control.  
Top
Public Methods
 NameDescription
AutomationAttachA method called whenever Attach is called.  
AutomationDetachA method called whenever Detach is called.  
AutomationInvalidateInvalidates the specified region of the control.  
OnAutomationDoubleClickMust be called when the pointer (mouse or touch) is double clicked or tapped on the control.  
OnAutomationPointerDownMust be called when the pointer (mouse or touch) is pressed down or tapped on the control.  
OnAutomationPointerMoveMust be called when the pointer (mouse or touch) is moving or dragging on the control.  
OnAutomationPointerUpMust be called when the pointer (mouse or touch) is released up from the control.  
Top
Public Events
 NameDescription
AutomationDoubleClickRepresents an event of that triggers when the pointer (mouse or touch) is double-clicked on the surface of the control. AnnPointerEventArgs  
AutomationEnabledChangedRepresents an event that triggers whenever the value of AutomationEnabled is changed. EventArgs  
AutomationGotFocusRepresents an event that triggers when the control receives the focus. LeadEventArgs  
AutomationLostFocusRepresents an event that triggers when the control loses the focus. LeadEventArgs  
AutomationPointerDownRepresents an event of that triggers when the pointer (mouse or touch) is down (clicked) on the surface of the control. AnnPointerEventArgs  
AutomationPointerMoveRepresents an event of that triggers when the pointer (mouse or touch) is moved on the surface of the control. AnnPointerEventArgs  
AutomationPointerUpRepresents an event of that triggers when the pointer (mouse or touch) is up (released) from the surface of the control. AnnPointerEventArgs  
AutomationSizeChangedRepresents an event that triggers when the size of this control changes. EventArgs  
AutomationTransformChangedRepresents an event that must triggers whenever the value of AutomationTransform is changed. EventArgs  
AutomationUseDpiChangedRepresents an event that triggers whenever the value of AutomationUseDpi is changed. EventArgs  
Top
See Also

Reference

IAnnAutomationControl Interface
Leadtools.Annotations.Core Namespace

Error processing SSI file