[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.PopupAnnotation

PopupAnnotation Class

Reprensets an annotation displays text in a popup window for entry and editing. It shall not appear alone but is associated with a MarkupAnnotation, its parent annotation, and shall be used for editing the parent's text.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class PopupAnnotation : AnnotationBase, IOwnedObject, IContentItem, IPdfDict
Public Class PopupAnnotation
    Inherits AnnotationBase
    Implements IOwnedObject, IContentItem, IPdfDict

Constructors

Name Description
PopupAnnotation()

Initializes a new instance of the PopupAnnotation class.

Properties

Name Description
Color

Gets or sets the popup window color.

Open

Gets or sets a value specifying whether the pop-up annotation should initially be displayed open.

Parent

Gets the parent MarkupAnnotation of the current annotation. This property changes when the ReferenceAnnotation is changed.

Extension Methods