Name | Description | |
---|---|---|
AddWidget | Overloaded. Adds a widget to the field. | |
DisposeWidgets | Removes all widgets from the field. The widgets' memory is freed and references cannot be re-attached to other fields or used. | |
RemoveWidget | Removes a widgets from the field. The widget remains valid and can be re-attached to other fields
- Note that the widget is not disposed, and can be reused after removing. The user must called ImageGear.Formats.PDF.WidgetAnnotation.Dispose when done. | |
RemoveWidgets | Removes all widgets from the field. References to the field's widgets remain valid and can be re-attached to other fields. | |
Reset | Resets the field's value to the field's default value. | |
SetWidget | Overloaded. Sets the widget for the field. If any widgets already exist, detach them. Then, add a single widget. |