java.lang.Object | |
↳ | com.pspdfkit.ui.signatures.SignatureSignerDialog.Options |
Collection of all the parameters the SignatureSignerDialog
requires.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | SignatureSignerDialog.Options.Builder | Allows you to create the SignatureSignerDialog.Options object to pass to the SignatureSignerDialog . |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public final BiometricSignatureData | biometricSignatureData | The BiometricSignatureData that will be written to the digital signature. |
|||||||||
public final PdfDocument | document | The PdfDocument instance that should be signed. |
|||||||||
public final SignatureFormField | formField | The SignatureFormField which should be used for signing the document. |
|||||||||
public final boolean | saveDocumentBeforeSigning | If the document should be saved before signing it. | |||||||||
public final SignatureAppearance | signatureAppearance | The SignatureAppearance that will be used for the digital signature. |
|||||||||
public final SignatureMetadata | signatureMetadata | SignatureMetadata that contains additional metadata to add to the signature. |
|||||||||
public final String | signerIdentifier | The identifier of the Signer that should be used for signing the document. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The BiometricSignatureData
that will be written to the digital signature.
The SignatureFormField
which should be used for signing the document.
If the document should be saved before signing it. Defaults to true
.
The SignatureAppearance
that will be used for the digital signature.
SignatureMetadata
that contains additional metadata to add to the signature.
The identifier of the Signer
that should be used for signing the document.