Namespace TallComponents.PDF.Annotations.Widgets
Class RadioButtonWidget
A radio button widget is a specialized widget, which has an additional Name which specifies the widget.
You retrieve an existing Widget from the Widgets property of the Field class or Page class.
Syntax
public class RadioButtonWidget : Widget
Constructors
RadioButtonWidget(Double,Double,Double,Double,String)
Create a new PDF form field Radio button Widget.
RadioButtonWidget(String)
Create a new PDF form field Radio button Widget.
Properties
CheckMarkAppearance CheckMarkAppearance
The check mark appearance for this radio button widget.
RadioButtonOption Option
The associated Option for this Widget.
WidgetPersistency Persistency
The widget's persistency when this document is written.
Methods
Object Accept(AnnotationVisitor,Object)
Accept this annotation.
ShapeCollection CreateShapes(UserState,AppearanceState)
Returns the content of the annotation appearance as a collection of shape objects (nested).
Void SetCustomAppearance(UserState,AppearanceState,ShapeCollection)
Sets the appearance of the annotation as a collection of nested shapes objects.