PdfPopupAnnotation Members
In This Article
#Properties
Name | Description |
---|---|
Appearance |
Gets the annotation’s appearance state on the PDF form.
Inherited from Pdf |
Appearance |
Gets or sets the name of the appearance which is currently being used to draw the annotation on the PDF form.
Inherited from Pdf |
Border |
Gets the annotation’s border, which will be drawn as a rounded rectangle.
Inherited from Pdf |
Color |
Gets the color of the annotation.
Inherited from Pdf |
Contents |
Gets the text that will be displayed for the annotation on the PDF form.
Inherited from Pdf |
Flags |
Gets or sets flags that specify various characteristics of the annotation.
Inherited from Pdf |
Modified |
Gets the date and time when the annotation was most recently modified.
Inherited from Pdf |
Name |
Gets the annotation name.
Inherited from Pdf |
Open | Gets the value that indicates whether the popup annotation is opened on the page. |
Optional |
Gets the optional content specifying the optional content properties for the annotation.
Inherited from Pdf |
Page |
Gets the page with which the annotation is associated.
Inherited from Pdf |
Parent | Gets the parent of the popup annotation item in the annotation hierarchy. |
Rect |
Gets the annotation rectangle that defines the location of the annotation on the page in default user space units.
Inherited from Pdf |
Struct |
Gets the integer key of the annotation’s entry in the structural parent tree.
Inherited from Pdf |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also