SignatureAppearance

Configures the appearance of digital signatures that are added to the document.

Use SignatureAppearance.Builder to create an instance of this.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Builder
A helper class used for building the SignatureAppearance.
Link copied to clipboard
Controls how the digital signature will appear after signing.
Link copied to clipboard
Contains the graphic that will be used as the signature.

Functions

Link copied to clipboard
The SignatureAppearanceMode controls how the signature will be displayed.
Link copied to clipboard
The SignatureGraphic can be displayed instead of the signer name.
Link copied to clipboard
Gets the signature watermark that will be shown unless setShowWatermark is false.
Link copied to clipboard
Controls whether or not an existing appearance stream for the signature should be used.
Link copied to clipboard
abstract fun showDateTimezone(): Boolean
Indicates whether the date will include the timezone, if showSignDate is true.
Link copied to clipboard
Indicates whether or not the location where the signature was created will be shown.
Link copied to clipboard
Indicates whether or not the reason for the signature will be shown.
Link copied to clipboard
abstract fun showSignDate(): Boolean
Indicates whether the date of the signature will be shown or not.
Link copied to clipboard
abstract fun showSignerName(): Boolean
Indicates whether the name of the signer will be shown or not.
Link copied to clipboard
abstract fun showWatermark(): Boolean
Indicates whether the PSPDFKit watermark will be shown.