Click or drag to resize

IAnnotate Interface

This interface must be implemented by any control hosting annotations. The AnnotationController requires the properties of this interface for rendering and user interaction.
This interface must be implemented by any control hosting annotations. The AnnotationController requires the properties of this interface for rendering and user interaction.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IAnnotate

The IAnnotate type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets the control used to render the annotations onto.
Public propertyDocumentBounds
Gets the bounding rectangle of the document area.
Public propertyKeyBinder
Gets the AnnotationKeyBinder used for binding annotation actions to key press events.
Public propertyResolution
Gets the resolution of the document.
Public propertyTransform
Gets a transformation matrix used by the host control.
Public propertyUnits
Gets the units of measure for the document.
Top
See Also