| java.lang.Object | |
| ↳ | com.pspdfkit.ui.signatures.SignatureOptions.Builder |
A helper class used for building the SignatureOptions.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Builder() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SignatureOptions |
build()
Build the
SignatureOptions object from the provided properties. | ||||||||||
| SignatureOptions.Builder |
signatureCertificateSelectionMode(SignatureCertificateSelectionMode certificateSelectionMode)
Defines if the user should be able to select certificates for digitally signing a
document, when creating a new signature.
| ||||||||||
| SignatureOptions.Builder |
signaturePickerOrientation(SignaturePickerOrientation orientation)
Sets the orientation to use for the signature picker.
| ||||||||||
| SignatureOptions.Builder |
signatureSavingStrategy(SignatureSavingStrategy savingStrategy)
Defines if a signature should be saved after creation.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Build the SignatureOptions object from the provided properties.
SignatureOptions object with values set in the builder.
Defines if the user should be able to select certificates for digitally signing a
document, when creating a new signature. Defaults to IF_AVAILABLE.
| certificateSelectionMode | Signature certificate selection mode to be used. |
|---|
Sets the orientation to use for the signature picker. Defaults to AUTOMATIC.
| orientation | The orientation to use for the signature picker. |
|---|
Defines if a signature should be saved after creation.
Defaults to SAVE_IF_SELECTED.
| savingStrategy | Signature strategy to apply to saving signatures. |
|---|