The TextAnnotationFactory<(Of <(<'T>)>)> type exposes the following members.

Methods

  NameDescription
Public methodCreateAnnotation
Creates the annotation.
(Inherited from AnnotationFactory<(Of <(<'T>)>)>.)
Public methodCreateTextAnnotationForSelection
Creates a new text annotation instance for the current selection of the viewer control associated with the specified AnnotationService and add the annotation to the annotation store.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRead
Read an annotation from given element.
(Overrides AnnotationFactory<(Of <(<'T>)>)>..::..Read(XElement).)
Public methodReadAnnotation
Reads an annotation from specified element.
(Inherited from AnnotationFactory<(Of <(<'T>)>)>.)
Protected methodReadAnnotationProperties
Reads the annotation properties from given source element and assign them to specified annotation.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWrite
Write an annotation.
(Overrides AnnotationFactory<(Of <(<'T>)>)>..::..Write(T).)
Public methodWriteAnnotation
Writes the annotation to an Xelement.
(Inherited from AnnotationFactory<(Of <(<'T>)>)>.)
Protected methodWriteAnnotationProperties
Writes the annotation properties to given target element.

See Also