Click or drag to resize

WebAnnotationController Methods

The WebAnnotationController type exposes the following members.

Methods
  NameDescription
Protected methodCreateAnnotationImage(AnnotationUI)
Creates an image for an annotation.
Protected methodCreateAnnotationImage(AnnotationData, IAnnotationRenderer)
Creates an image for an annotation using a specified renderer.
Public methodDispose
Releases memory used by the AnnotationController and all of its annotations.
Protected methodDispose(Boolean)
Releases memory used by the AnnotationController and all of its annotations.
Protected methodDisposeManagedResources
Releases managed memory used by the AnnotationController and all of its annotations.
Protected methodDisposeUnmanagedResources
Releases unmanaged memory used by the AnnotationController and all of its annotations.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
(Overrides ObjectFinalize.)
Public methodGetAnnotation(Int32, Int32, Int32)
Public methodGetAnnotation(Int32, Int32, Int32, String)
Gets the AnnotationUI object at the given layerIndex, groupIndex, and annIndex.
Public methodGetGroup
Gets the n'th group in the annotation tree on the Layer at the given layerIndex.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad(Stream, AnnotationDataFormat)
Loads annotation data from a stream using the supplied formatter into the Layers collection.
Public methodLoad(String, AnnotationDataFormat)
Loads annotation data from a file using the supplied formatter and adds the annotations to the Layers collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRenderAnnotation(Int32, Int32, Int32, Double)
Gets an AtalaImage that represents the AnnotationUI object at the given layerIndex, groupIndex, and annIndex at the given zoom level.
Public methodRenderAnnotation(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.
Public methodSave(IFormatter)
Saves the annotations to a byte array using the specified formatter.
Public methodSave(Stream, AnnotationDataFormat)
Saves the annotations to a stream using the specified formatter.
Public methodSave(Stream, IFormatter)
Saves the annotations to a stream using the specified formatter.
Public methodSave(String, AnnotationDataFormat)
Saves the annotations to a file using the specified formatter.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also