SignatureAppearance

data class SignatureAppearance(val signatureAppearanceMode: SignatureAppearance.SignatureAppearanceMode = SignatureAppearanceMode.SIGNATURE_AND_DESCRIPTION, val showSignerName: Boolean = true, val showSignDate: Boolean = true, val showSignatureReason: Boolean = false, val showSignatureLocation: Boolean = false, val signatureGraphic: SignatureGraphic? = null, val signatureWatermark: SignatureGraphic? = null, val reuseExistingSignatureAppearanceStream: Boolean = true, val showWatermark: Boolean = true, val showDateTimezone: Boolean = true) : Parcelable

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

Constructors

Link copied to clipboard
constructor(signatureAppearanceMode: SignatureAppearance.SignatureAppearanceMode = SignatureAppearanceMode.SIGNATURE_AND_DESCRIPTION, showSignerName: Boolean = true, showSignDate: Boolean = true, showSignatureReason: Boolean = false, showSignatureLocation: Boolean = false, signatureGraphic: SignatureGraphic? = null, signatureWatermark: SignatureGraphic? = null, reuseExistingSignatureAppearanceStream: Boolean = true, showWatermark: Boolean = true, showDateTimezone: Boolean = true)

Types

Link copied to clipboard

Controls how the digital signature will appear after signing.

Properties

Link copied to clipboard

Controls whether or not an existing appearance stream for the signature should be used.

Link copied to clipboard

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
val showSignDate: Boolean = true

Indicates whether the date of the signature will be shown or not.

Link copied to clipboard

Indicates whether the name of the signer will be shown or not.

Link copied to clipboard

Indicates whether the PSPDFKit watermark will be shown.

Link copied to clipboard
Link copied to clipboard

The SignatureGraphic can be displayed instead of the signer name. If no SignatureGraphic is set the signer name will be displayed. If you want to disable the default PSPDFKit watermark that is shown use showWatermark.

Link copied to clipboard

Gets the signature watermark that will be shown unless showWatermark is false.