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