AnnotationHelper Class
Provides utility methods and commands to create and delete highlight, ink sticky note, and text sticky note annotations.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ClearHighlightsForSelection(AnnotationService^) | Clears all highlight annotations from the current selection of the viewer control associated with the given AnnotationService. |
![]() ![]() | CreateHighlightForSelection(AnnotationService^, String^, Brush^) | Creates a highlight annotation on the current selection of the viewer control associated with the specified AnnotationService. |
![]() ![]() | CreateInkStickyNoteForSelection(AnnotationService^, String^) | Creates an ink sticky note annotation on the current selection of the viewer control associated with the specified AnnotationService.. |
![]() ![]() | CreateTextStickyNoteForSelection(AnnotationService^, String^) | Creates a text sticky note annotation on the current selection of the viewer control associated with the specified AnnotationService. |
![]() ![]() | DeleteInkStickyNotesForSelection(AnnotationService^) | Deletes ink sticky note annotations that are wholly contained within the current selection of the viewer control associated with the given AnnotationService. |
![]() ![]() | DeleteTextStickyNotesForSelection(AnnotationService^) | Deletes text sticky note annotations that are wholly contained within the current selection of the viewer control associated with the given AnnotationService. |
![]() ![]() | GetAnchorInfo(AnnotationService^, Annotation^) | Returns an IAnchorInfo object that provides anchoring information, such as the anchor location, about the specified annotation. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

