FormFieldSignOptions
Contents
 [
        
            Hide
        ]
    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.
Constructors
| 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. | 
Methods
| Method | Description | 
|---|---|
| getSignature() | Gets or sets the FormField of signature. | 
| setSignature(FormFieldSignature value) | Gets or sets the FormField of signature. | 
FormFieldSignOptions()
public FormFieldSignOptions()
Initializes a new instance of the PdfFormFieldSignOptions class with default values.
FormFieldSignOptions(FormFieldSignature signature)
public FormFieldSignOptions(FormFieldSignature signature)
Initializes a new instance of the PdfFormFieldSignOptions class with FormField signature.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| signature | FormFieldSignature | 
getSignature()
public final FormFieldSignature getSignature()
Gets or sets the FormField of signature.
Returns: FormFieldSignature
setSignature(FormFieldSignature value)
public final void setSignature(FormFieldSignature value)
Gets or sets the FormField of signature.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | FormFieldSignature |