RadioButtonFormFieldSignature Constructor (String, ListString) |
Creates RadioButtonFieldSignature with predefined name and items list.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic RadioButtonFormFieldSignature(
string name,
List<string> items
)
Public Sub New (
name As String,
items As List(Of String)
)
public:
RadioButtonFormFieldSignature(
String^ name,
List<String^>^ items
)
new :
name : string *
items : List<string> -> RadioButtonFormFieldSignature
Parameters
- name
- Type: SystemString
Name of form field object. - items
- Type: System.Collections.GenericListString
Values of radio-button list.
See Also