Class RadioButtonField
Implements
Inherited Members
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class RadioButtonField : FormField, IFormField
Constructors
| Improve this Doc View SourceRadioButtonField()
Initializes a new instance of the RadioButtonField class.
Declaration
protected RadioButtonField()
RadioButtonField(Int32, Rectangle, Boolean, String, FontFamily, Int32, String, Boolean, Boolean, Boolean, Int32, Int32, String, String, Boolean, List<ConditionalRule>, String)
Initializes a new instance of the RadioButtonField class.
Declaration
public RadioButtonField(int pageNumber = null, Rectangle bounds = null, bool isRequired = null, string value = null, FontFamily font = default(FontFamily), int fontSize = null, string fontHexColor = null, bool isBoldFont = null, bool isItalicFont = null, bool isUnderLineFont = null, int lineHeight = null, int characterLimit = null, string groupName = null, string id = null, bool isReadOnly = null, List<ConditionalRule> conditionalRules = null, string label = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageNumber | Gets or sets the page number. (required). |
Rectangle | bounds | bounds (required). |
System.Boolean | isRequired | Gets or sets a value indicating whether is required.. |
System.String | value | Gets or sets the value.. |
FontFamily | font | Gets or sets the font. |
System.Int32 | fontSize | Gets or sets the fontSize. |
System.String | fontHexColor | Gets or sets the fontHexColor. |
System.Boolean | isBoldFont | Gets or sets the isBoldFont. |
System.Boolean | isItalicFont | Gets or sets the isItalicFont. |
System.Boolean | isUnderLineFont | Gets or sets the isUnderLineFont. |
System.Int32 | lineHeight | Gets or sets the lineHeight. |
System.Int32 | characterLimit | Gets or sets the characterLimit. |
System.String | groupName | Gets or sets the groupName. |
System.String | id | Gets or sets the id. |
System.Boolean | isReadOnly | Gets or sets a value indicating whether is read only mode. |
List<ConditionalRule> | conditionalRules | Gets or sets the conditionalRules. |
System.String | label | Gets or sets the label value. |
RadioButtonField(String, Int32, Rectangle, Boolean, String, FontFamily, Int32, String, Boolean, Boolean, Boolean, Int32, Int32, String)
Initializes a new instance of the FormField class.
Declaration
public RadioButtonField(string name = null, int pageNumber = null, Rectangle bounds = null, bool isRequired = null, string value = null, FontFamily font = default(FontFamily), int fontSize = null, string fontHexColor = null, bool isBoldFont = null, bool isItalicFont = null, bool isUnderLineFont = null, int lineHeight = null, int characterLimit = null, string groupName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Gets or sets the name.. |
System.Int32 | pageNumber | Gets or sets the page number. (required). |
Rectangle | bounds | bounds (required). |
System.Boolean | isRequired | Gets or sets a value indicating whether is required.. |
System.String | value | Gets or sets the value.. |
FontFamily | font | |
System.Int32 | fontSize | |
System.String | fontHexColor | |
System.Boolean | isBoldFont | |
System.Boolean | isItalicFont | |
System.Boolean | isUnderLineFont | |
System.Int32 | lineHeight | |
System.Int32 | characterLimit | |
System.String | groupName |
Properties
| Improve this Doc View SourceGroupName
Gets or sets the group name for the radio button field.
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Gets or sets the Label for radio button fields.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the form field type.It is a read only property.
Declaration
public override FieldType Type { get; set; }
Property Value
Type | Description |
---|---|
FieldType |