FormFieldSignOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.sign.SignOptions, com.groupdocs.signature.options.sign.TextSignOptions
public final class FormFieldSignOptions extends TextSignOptions
Represents class of the FormField signature options for Pdf documents.
| Constructor | Description |
|---|---|
| FormFieldSignOptions() | Initializes a new instance of the PdfFormFieldSignOptions class with default values. |
| FormFieldSignOptions(FormFieldSignature signature) | Initializes a new instance of the PdfFormFieldSignOptions class with FormField signature. |
| Method | Description |
|---|---|
| getSignature() | Gets or sets the FormField of signature. |
| setSignature(FormFieldSignature value) | Gets or sets the FormField of signature. |
public FormFieldSignOptions()
Initializes a new instance of the PdfFormFieldSignOptions class with default values.
public FormFieldSignOptions(FormFieldSignature signature)
Initializes a new instance of the PdfFormFieldSignOptions class with FormField signature.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| signature | FormFieldSignature |
public final FormFieldSignature getSignature()
Gets or sets the FormField of signature.
Returns: FormFieldSignature
public final void setSignature(FormFieldSignature value)
Gets or sets the FormField of signature.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | FormFieldSignature |
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.