public static class

SignatureSignerDialog.Options

extends Object
java.lang.Object
   ↳ com.pspdfkit.ui.signatures.SignatureSignerDialog.Options

Class Overview

Collection of all the parameters the SignatureSignerDialog requires.

Summary

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
From class java.lang.Object

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. Defaults to true.

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.