Pdf |
The PdfPopupAnnotation type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfPopupAnnotation(PdfPage) | Creates a new PdfPopupAnnotation. | |
| PdfPopupAnnotation(PdfPage, PdfTypeBase) | Initializes a new instance of the PdfPopupAnnotation class based on the specified dictionary. | |
| PdfPopupAnnotation(PdfPage, PdfAnnotation, Boolean) | Creates a new PdfPopupAnnotation. |
| Name | Description | |
|---|---|---|
| Color |
If Parent property is not null, the parent annotation’s Color property override of the pop-up annotation itself.
(Overrides PdfAnnotationColor) | |
| Contents |
If Parent property is not null, the parent annotation’s Contents property override of the pop-up annotation itself.
(Overrides PdfAnnotationContents) | |
| IsOpen | Gets or sets a flag specifying whether the pop-up annotation should initially be displayed open. | |
| ModificationDate |
If Parent property is not null, the parent annotation’s ModificationDate property override of the pop-up annotation itself.
(Overrides PdfAnnotationModificationDate) | |
| Parent | Gets or sets the parent annotation with which this pop-up annotation is associated. | |
| Text | If Parent property is PdfMarkupAnnotation, the parent annotation’s Text property override of the pop-up annotation itself. |