[]
The base class for annotations which are used primarily to mark up PDF documents.
public class PopupAnnotation : AnnotationBase, IOwnedObject, IContentItem, IPdfDict
Initializes a new instance of the PopupAnnotation class.
public PopupAnnotation()
Gets or sets the popup window color.
public Color Color { get; set; }
Gets or sets a value specifying whether the pop-up annotation should initially be displayed open.
public bool Open { get; set; }
Gets the parent MarkupAnnotation of the current annotation. This property changes when the ReferenceAnnotation is changed.
public MarkupAnnotation Parent { get; }