Skip to main content

PdfWidgetAnnotation Properties

Represents the widget annotation for the interactive forms in a document.
Name Description
Action Gets an action that will be performed when the widget annotation is active.
Actions Gets actions that will be performed when the annotation is activated.
Appearance Gets the annotation’s appearance state on the PDF form. Inherited from PdfAnnotation.
AppearanceCharacteristics Gets the appearance characteristics specifying the widget annotation’s visual presentation on the page.
AppearanceName Gets or sets the name of the appearance which is currently being used to draw the annotation on the PDF form. Inherited from PdfAnnotation.
Border Gets the annotation’s border, which will be drawn as a rounded rectangle. Inherited from PdfAnnotation.
BorderStyle Gets a value specifying the width and line style that shall be used in drawing the widget annotation’s border.
Color Gets the color of the annotation. Inherited from PdfAnnotation.
Contents Gets the text that will be displayed for the annotation on the PDF form. Inherited from PdfAnnotation.
Flags Gets or sets flags that specify various characteristics of the annotation. Inherited from PdfAnnotation.
HighlightingMode Gets the widget annotation’s highlighting mode - the visual effect that shall be used when the mouse button is pressed or held down inside its active area.
InteractiveFormField Gets an interactive form field that the widget annotation used to represent the appearance of fields and to manage user interactions.
Modified Gets the date and time when the annotation was most recently modified. Inherited from PdfAnnotation.
Name Gets the annotation name. Inherited from PdfAnnotation.
OptionalContent Gets the optional content specifying the optional content properties for the annotation. Inherited from PdfAnnotation.
Page Gets the page with which the annotation is associated. Inherited from PdfAnnotation.
Rect Gets the annotation rectangle that defines the location of the annotation on the page in default user space units. Inherited from PdfAnnotation.
StructParent Gets the integer key of the annotation’s entry in the structural parent tree. Inherited from PdfAnnotation.
See Also