public final enum

SignaturePickerOrientation

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.configuration.forms.SignaturePickerOrientation

Class Overview

Screen orientation to use for the SignaturePickerFragment.

Summary

Enum Values
SignaturePickerOrientation  AUTOMATIC  Default value, locks to landscape on phones and follows screen orientation on bigger devices. 
SignaturePickerOrientation  LOCKED_LANDSCAPE  The signature picker will always be locked to landscape. 
SignaturePickerOrientation  LOCKED_PORTRAIT  The signature picker will always be locked to portrait orientation. 
SignaturePickerOrientation  UNLOCKED  The signature picker will always follow the screen orientation. 
Public Methods
static SignaturePickerOrientation valueOf(String name)
final static SignaturePickerOrientation[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SignaturePickerOrientation AUTOMATIC

Default value, locks to landscape on phones and follows screen orientation on bigger devices.

public static final SignaturePickerOrientation LOCKED_LANDSCAPE

The signature picker will always be locked to landscape.

public static final SignaturePickerOrientation LOCKED_PORTRAIT

The signature picker will always be locked to portrait orientation.

public static final SignaturePickerOrientation UNLOCKED

The signature picker will always follow the screen orientation.

Public Methods

public static SignaturePickerOrientation valueOf (String name)

public static final SignaturePickerOrientation[] values ()