WebAnnotationController Methods |
The WebAnnotationController type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateAnnotationImage(AnnotationUI) |
Creates an image for an annotation.
| |
| CreateAnnotationImage(AnnotationData, IAnnotationRenderer) |
Creates an image for an annotation using a specified renderer.
| |
| Dispose |
Releases memory used by the AnnotationController and all of its
annotations.
| |
| Dispose(Boolean) |
Releases memory used by the AnnotationController and all of its
annotations.
| |
| DisposeManagedResources |
Releases managed memory used by the AnnotationController and all of its
annotations.
| |
| DisposeUnmanagedResources |
Releases unmanaged memory used by the AnnotationController and all of its
annotations.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetAnnotation(Int32, Int32, Int32) | ||
| GetAnnotation(Int32, Int32, Int32, String) | Gets the AnnotationUI object at the given layerIndex, groupIndex, and annIndex. | |
| GetGroup | Gets the n'th group in the annotation tree on the Layer at the given layerIndex. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load(Stream, AnnotationDataFormat) | Loads annotation data from a stream using the supplied formatter into the Layers collection.
| |
| Load(String, AnnotationDataFormat) | Loads annotation data from a file using the supplied formatter and adds the annotations to the Layers collection. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RenderAnnotation(Int32, Int32, Int32, Double) | Gets an AtalaImage that represents the AnnotationUI object at the given layerIndex, groupIndex, and
annIndex at the given zoom level. | |
| RenderAnnotation(Int32, Int32, Int32, String, Double) | Gets an AtalaImage that represents the AnnotationUI object at the given layerIndex, groupIndex, ID and
annIndex at the given zoom level. | |
| Save(IFormatter) | Saves the annotations to a byte array using the specified formatter. | |
| Save(Stream, AnnotationDataFormat) | Saves the annotations to a stream using the specified formatter. | |
| Save(Stream, IFormatter) | Saves the annotations to a stream using the specified formatter. | |
| Save(String, AnnotationDataFormat) | Saves the annotations to a file using the specified formatter. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |