RadioButtonFormFieldSignature constructor
Leave feedback
On this page
Creates RadioButtonFieldSignature with predefined name.
def __init__(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | Name of form field object. |
Constructs a new instance of RadioButtonFormFieldSignature
def __init__(self, name, items):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | |
| items | System.Collections.Generic.List`1[[System.String]] |
Constructs a new instance of RadioButtonFormFieldSignature
def __init__(self, name, items, selected):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | |
| items | System.Collections.Generic.List`1[[System.String]] | |
| selected | System.Object |
- module
groupdocs.signature.domain - class
RadioButtonFormFieldSignature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.