Click or drag to resize

WebAnnotationController Properties

The WebAnnotationController type exposes the following members.

Properties
  NameDescription
Public propertyAuthorMode
Gets or sets a value which determines how many annotations are created by the mouse after CreateAnnotation is called. AuthorMode. Single will change InteractMode back to the original value or closest non Author value, after annotation creation.
Public propertyCurrentLayer
Gets or sets the current active layer.
Public propertyDefaultAnnotations
Gets or sets the default annotations.
Public propertyFactories
Gets the AnnotationUIFactoryCollection containing IAnnotationUIFactory objects used to create annotations from AnnotationData classes.
Public propertyInteractMode
Gets or sets a value specifying the user interactive mode of the AnnotationController.
Public propertyLastUniqueIndex
Gets the last unique index of the annotations loaded into this WebAnnotationController.
Public propertyLayers
Gets or sets the LayerCollection used by the WebAnnotationController.
Public propertySelectedAnnotations
Gets an array of annotations currently selected.
Public propertySite
Gets or sets the site of the control.
Top
See Also