java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.configuration.forms.SignaturePickerOrientation |
Screen orientation to use for the SignaturePickerFragment
.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Default value, locks to landscape on phones and follows screen orientation on bigger devices.
The signature picker will always be locked to landscape.
The signature picker will always be locked to portrait orientation.
The signature picker will always follow the screen orientation.