[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.PopupAnnotation

Class PopupAnnotation

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

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

public class PopupAnnotation : AnnotationBase, IOwnedObject, IContentItem, IPdfDict
Inheritance
object
PopupAnnotation
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

PopupAnnotation()

Initializes a new instance of the PopupAnnotation class.

public PopupAnnotation()

Properties

Color

Gets or sets the popup window color.

public Color Color { get; set; }

Property Value

System.Drawing.Color

Open

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

public bool Open { get; set; }

Property Value

bool

Parent

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

public MarkupAnnotation Parent { get; }

Property Value

MarkupAnnotation