TextSignOptionsFormTextFieldType Property |
Gets or sets the type of form field to put text signature into it.
This property could be used only with SignatureImplementation = TextToFormField.
Value by default is AllTextTypes.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic FormTextFieldType FormTextFieldType { get; set; }
Public Property FormTextFieldType As FormTextFieldType
Get
Set
public:
property FormTextFieldType FormTextFieldType {
FormTextFieldType get ();
void set (FormTextFieldType value);
}
member FormTextFieldType : FormTextFieldType with get, set
Property Value
Type:
FormTextFieldType
See Also