public final enum

SignatureCreationMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.configuration.signatures.SignatureCreationMode

Class Overview

The possible ways in which the user can input their signature. Can be set with getSignatureCreationModes() or signatureCreationModes(List)

Summary

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
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SignatureCreationMode DRAW

The user draws their signature. For example using a finger or stylus.

public static final 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.

public static final SignatureCreationMode TYPE

The user types their name and selects a style for their signature from a small number of fonts.

Public Methods

public static SignatureCreationMode valueOf (String name)

public static final SignatureCreationMode[] values ()