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 |
defaultSigner(String signerIdentifier)
Defines the default signer to be selected when signing a document.
| ||||||||||
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Build the SignatureOptions
object from the provided properties.
SignatureOptions
object with values set in the builder.
Defines the default signer to be selected when signing a document.
signerIdentifier | Identifier string with which the signer was registered in SignatureManager , or null to have no default signer.
|
---|
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. |
---|