| java.lang.Object | |
| ↳ | com.pspdfkit.signatures.signers.SignerOptions.Builder |
A helper class used for building the SignerOptions.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Builder(SignatureFormField signatureFormField, OutputStream destination) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SignerOptions.Builder |
biometricSignatureData(BiometricSignatureData biometricSignatureData)
BiometricSignatureData that will be written to the digital signature. | ||||||||||
| SignerOptions |
build()
Build the
SignerOptions object from the provided properties. | ||||||||||
| SignerOptions.Builder |
signatureAppearance(SignatureAppearance signatureAppearance)
SignatureAppearance that will be used to determine how the signature looks once signing is done. | ||||||||||
| SignerOptions.Builder |
signatureMetadata(SignatureMetadata signatureMetadata)
SignatureMetadata that contains additional metadata to add to the signature. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new SignerOptions.Builder for creating the SignerOptions object to pass to the Signer.
| signatureFormField | Signature form field to be signed. |
|---|---|
| destination | Destination where the signed document will be written. |
BiometricSignatureData that will be written to the digital signature. May be null.
Build the SignerOptions object from the provided properties.
SignerOptions object with values set in the builder.
SignatureAppearance that will be used to determine how the signature looks once signing is done.
SignatureMetadata that contains additional metadata to add to the signature.