[This is preliminary documentation and is subject to change.]

Text annotation, often called a "Sticky Note", which is attached to a point in the PDF document.

Namespace:  RadPdfLibrary.Data.Document.Objects.Annotations
Assembly:  RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)

Syntax

C#
public sealed class RadPdfTextAnnotation : RadPdfMarkupAnnotation
Visual Basic (Declaration)
Public NotInheritable Class RadPdfTextAnnotation _
	Inherits RadPdfMarkupAnnotation
Visual Basic (Usage)
Dim instance As RadPdfTextAnnotation

Remarks

When closed, the annotation appears as an icon; when open, it displays a RadPdfPopupAnnotation annotation containing the text of the note.

Inheritance Hierarchy

See Also