java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.configuration.signatures.SignatureCreationMode |
The possible ways in which the user can input their signature.
Can be set with getSignatureCreationModes()
or
signatureCreationModes(List)
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SignatureCreationMode | DRAW | The user draws their signature. | |||||||||
SignatureCreationMode | IMAGE | The user selects an existing image of their signature from their photo library or files, or takes a photo of their signature written on a piece of paper. | |||||||||
SignatureCreationMode | TYPE | The user types their name and selects a style for their signature from a small number of fonts. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static SignatureCreationMode | valueOf(String name) | ||||||||||
final static SignatureCreationMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The user draws their signature. For example using a finger or stylus.
The user selects an existing image of their signature from their photo library or files, or takes a photo of their signature written on a piece of paper.
The user types their name and selects a style for their signature from a small number of fonts.