java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.configuration.signatures.SignatureSavingStrategy |
Strategy for saving signatures in the signature dialog.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SignatureSavingStrategy | ALWAYS_SAVE | Always saves the signature. | |||||||||
SignatureSavingStrategy | NEVER_SAVE | Never saves the signature. | |||||||||
SignatureSavingStrategy | SAVE_IF_SELECTED | There's a checkbox available declaring if the signature should be saved. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static SignatureSavingStrategy | valueOf(String name) | ||||||||||
final static SignatureSavingStrategy[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Always saves the signature. Does not display the save signature checkbox to give the user the option.
Never saves the signature. User will always have to sign a new one.
There's a checkbox available declaring if the signature should be saved. The signature will be saved if that checkbox is selected. Otherwise, it won't be saved.