FormFieldSignature Constructor |
Creates Form field signature with predefined type and name.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.6.0.0 (22.6)
Syntaxprotected FormFieldSignature(
string name,
FormFieldType type
)
Protected Sub New (
name As String,
type As FormFieldType
)
protected:
FormFieldSignature(
String^ name,
FormFieldType type
)
new :
name : string *
type : FormFieldType -> FormFieldSignature
Parameters
- name
- Type: SystemString
Name of Form field signature object. - type
- Type: GroupDocs.Signature.DomainFormFieldType
Value of Form field signature.
See Also