[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.PopupAnnotation

PopupAnnotation Class

The base class for annotations which are used primarily to mark up PDF documents.

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