AutoRadioButton
Represents the radio button field of a interactive forms. Radio buttons are a set of related toggles, at most one of which may be on at any given time; selecting any one of the buttons automatically deselects all the others.
public class AutoRadioButton : RadioButton, ISerializable
Public Class AutoRadioButton
Inherits RadioButton
Implements ISerializable
Inheritance: ObjectPageElementTaggablePageElementFormElementRadioButtonAutoRadioButton
Implements: ISerializable
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
For more details on radio button fields take a look at the Interactive Forms topic.
Properties
BackgroundColor | Gets or Sets the fill/background color of a form field. (Inherited from FormElement) |
BorderColor | Gets or Sets the border color of a form field. (Inherited from FormElement) |
BorderStyle | Gets or Sets the BorderStyle . (Inherited from FormElement) |
DefaultChecked | Gets or Sets the radio button default checked state. (Inherited from RadioButton) |
ExportValue | Gets or Sets the export value.
To create a set of mutually exclusive radio buttons
(i.e., where only one can be selected at a time),
give the fields the same name but different export values. (Inherited from RadioButton) |
Height | Gets or Sets the height of a form field. (Inherited from FormElement) |
ID | Gets or sets the ID of the page element. (Inherited from PageElement) |
IgnoreMargins | Gets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property. (Inherited from PageElement) |
Label | Gets or Sets the Label for the field. |
LabelOffset | Gets or Sets the Offset of the label for the field. |
MappingName | Gets or Sets an mapping name, of a form field. (Inherited from FormElement) |
Name | Gets or Sets the name of a form field. (Inherited from FormElement) |
NoExport | Gets or Sets the export state for the field.
If set, the field will not be exported by a submit-form action. (Inherited from RadioButton) |
Output | Gets or sets output options for the field. (Inherited from FormElement) |
Printable | Gets or Sets the form field printable on Pdf. By default its true. (Inherited from FormElement) |
RadiosInUnison | Gets or Sets the radio button's unison state.
Buttons with the same name and value are selected in unison. (Inherited from RadioButton) |
ReaderEvents | Gets the reader events of the annotation. (Inherited from FormElement) |
ReadOnly | Gets or Sets the read only property status of the form field. (Inherited from FormElement) |
RelativeTo | Gets and sets placement of the page element on the page. (Inherited from PageElement) |
Required | Gets or Sets the required state for the field.
If set, the field must have a value at the time
it is exported by a submit-form action. (Inherited from RadioButton) |
Rotate | Gets or Sets the angle of a form field.
Rotation angle should be multiple of 90, default is 0. (Inherited from FormElement) |
Symbol | Gets or Sets the type of ?check? to appear in the checkbox. (Inherited from RadioButton) |
Tag | Gets or sets the structure element of the form element. (Inherited from FormElement) |
TagOrder | Gets or sets the tag order of the taggable element. (Inherited from TaggablePageElement) |
TextColor | Gets or Sets the color of the text for the field. (Inherited from FormElement) |
ToolTip | Gets or Sets an alternate field name, of a form field. (Inherited from FormElement) |
Visible | Gets or Sets the form field visible on Pdf. By default its true. (Inherited from FormElement) |
Width | Gets or Sets the width of a form field. (Inherited from FormElement) |
X | Gets or Sets the X coordinate of a form field. (Inherited from FormElement) |
Y | Gets or Sets the Y coordinate of a form field. (Inherited from FormElement) |
Methods
Draw(PageWriter) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |