ButtonWidgetAnnotation Properties
A button widget annotation in a PDF document.| Name | Description |
|---|---|
| Action | Gets or sets an action performed when annotation is activated. Inherited from WidgetAnnotation. |
| Actions | Gets or sets a collection of actions performed when annotation is activated. Inherited from WidgetAnnotation. |
| AlternateCaption | Gets or sets the alternate caption of a button widget annotation. |
| AlternateIcon | Gets or sets the alternate icon of a button widget annotation. |
| Appearance | Gets or sets the annotation’s appearance state on the PDF form. Inherited from BaseAnnotation. |
| AppearanceName | Gets or sets the name of the appearance used to draw the annotation on the PDF form. Inherited from BaseAnnotation. |
| BackgroundColor | Gets or sets the form fiels widget’s background color. Inherited from WidgetAnnotation. |
| Border | Gets or sets the annotation border that is drawn as a rounded rectangle. Inherited from BaseAnnotation. |
| BorderStyle | Gets or sets the form field widget’s border style. Inherited from WidgetAnnotation. |
| Bounds | Gets the annotation rectangle in the user coordinate system that defines the annotation’s location on the page. Inherited from BaseAnnotation. |
| Caption | Gets or sets the caption of a button widget annotation. |
| CaptionLayout | Gets or sets the caption layout of a button widget annotation. |
| Color | Gets or sets the color of the annotation. Inherited from BaseAnnotation. |
| Content | Gets or sets the text that is displayed for the annotation on the PDF form. Inherited from BaseAnnotation. |
| FieldName | Gets the full name of the form field associated with this widget annotation. Inherited from WidgetAnnotation. |
| Font | Gets or sets the font used to display annotation text. Inherited from WidgetAnnotation. |
| FontSize | Gets or sets the form field’s widget font size. Inherited from WidgetAnnotation. |
| ForeColor | Gets or sets the form field widget’s foreground color. Inherited from WidgetAnnotation. |
| FormField | Gets the form field associated with this widget annotation. Inherited from WidgetAnnotation. |
| Hidden | Gets or sets whether the annotation is hidden (not displayed, printed, or interactive). Inherited from BaseAnnotation. |
| IconFit | Gets or sets the icon fit of a button widget annotation. |
| Invisible | Gets or sets whether to hide annotations that do not belong to a standard annotation type and have no annotation handler. Inherited from BaseAnnotation. |
| Locked | Gets or sets whether users can delete the annotation or modify its properties. Inherited from BaseAnnotation. |
| LockedContents | Gets or sets whether users can modify annotation content. Inherited from BaseAnnotation. |
| Modified | Gets or sets the date and time of the annotation’s most recent modification. Inherited from BaseAnnotation. |
| Name | Gets or sets the annotation name. Inherited from BaseAnnotation. |
| NormalIcon | Gets or sets the normal icon of a button widget annotation. |
| NoRotate | Gets or sets whether the annotation remains fixed when the page rotates. Inherited from BaseAnnotation. |
| NoView | Gets or sets whether the viewer hides the annotation and prevents user interaction. Inherited from BaseAnnotation. |
| NoZoom | Gets or sets whether the annotation remains fixed when users zoom the page. Inherited from BaseAnnotation. |
| OutlineColor | Gets or sets the color of the annotation border. Inherited from WidgetAnnotation. |
| Gets or sets whether the annotation is printed when users print the page. Inherited from BaseAnnotation. | |
| ReadOnly | Gets or sets whether the annotation is read-only. Inherited from BaseAnnotation. |
| RolloverCaption | Gets or sets the rollover caption of a button widget annotation. |
| RolloverIcon | Gets or sets the rollover icon of a button widget annotation. |
| RotationAngle | Gets or sets the rotation angle of the form field widget in the counterclockwise direction. Inherited from WidgetAnnotation. |
| TextAlignment | Gets or sets the form field widget’s text alignment. Inherited from WidgetAnnotation. |
| ToggleNoView | Gets or sets whether to invert the NoView flag interpretation to simplify handling of certain events. Inherited from BaseAnnotation. |
| ToolTip | Gets the form field tooltip text. Inherited from WidgetAnnotation. |
See Also