Click or drag to resize

PdfPopupAnnotation Class

Represents a pop-up annotation
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.AnnotationsPdfAnnotation
      Patagames.Pdf.Net.AnnotationsPdfPopupAnnotation

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfPopupAnnotation : PdfAnnotation

The PdfPopupAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfPopupAnnotation(PdfPage) Creates a new PdfPopupAnnotation.
Public methodPdfPopupAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfPopupAnnotation class based on the specified dictionary.
Public methodPdfPopupAnnotation(PdfPage, PdfAnnotation, Boolean) Creates a new PdfPopupAnnotation.
Top
Properties
 NameDescription
Public propertyColor If Parent property is not null, the parent annotation’s Color property override of the pop-up annotation itself.
(Overrides PdfAnnotationColor)
Public propertyContents If Parent property is not null, the parent annotation’s Contents property override of the pop-up annotation itself.
(Overrides PdfAnnotationContents)
Public propertyIsOpen Gets or sets a flag specifying whether the pop-up annotation should initially be displayed open.
Public propertyModificationDate If Parent property is not null, the parent annotation’s ModificationDate property override of the pop-up annotation itself.
(Overrides PdfAnnotationModificationDate)
Public propertyParent Gets or sets the parent annotation with which this pop-up annotation is associated.
Public propertyText If Parent property is PdfMarkupAnnotation, the parent annotation’s Text property override of the pop-up annotation itself.
Top
Remarks
A pop-up annotation displays text in a pop-up window for entry and editing. It typically does not appear alone but is associated with a markup annotation, its parent annotation, and is used for editing the parent’s text.It has no appearance stream or associated actions of its own and is identified by the Popup property in the parent’s annotation.
See Also