Share via


AnnotationCollection.SetText Method

Include Protected Members
Include Inherited Members

Sets the Annotation, with the specified name, to a specified value.

Overload List

  Name Description
Public method SetText(String, Boolean) Sets the Annotation, with the specified name, to a specified Boolean value.
Public method SetText(String, Int32) Sets the Annotation, with the specified name, to a specified Int32 value.
Public method SetText(String, String) Sets the Annotation, with the specified name, to a specified String value.
Public method SetText(String, String, Boolean) Sets the Annotation, with the specified name, to a specified String value. Can also be used to remove a named annotation if it is set to a null reference.

Top