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

Popup annotation which displays text in a pop-up window for entry and editing.

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 RadPdfPopupAnnotation : RadPdfAnnotation
Visual Basic (Declaration)
Public NotInheritable Class RadPdfPopupAnnotation _
	Inherits RadPdfAnnotation
Visual Basic (Usage)
Dim instance As RadPdfPopupAnnotation

Remarks

It typically does not appear alone but is associated with a RadPdfMarkupAnnotation annotation, its Parent annotation, and is used for editing the parent's Contents.

Inheritance Hierarchy

System..::.Object
  RadPdfLibrary.Data.Document.Objects..::.RadPdfObject
    RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfAnnotation
      RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfPopupAnnotation

See Also