Enum ElectronicSignatureCreationMode

Represents one of the available signing methods for adding new electronic signatures using the UI.
This enum is used inside CreationModes when configuring the ViewState of your PdfView.

Namespace: PSPDFKit.Pdf.ElectronicSignatures
Assembly: PSPDFKit.dll
Syntax
public enum ElectronicSignatureCreationMode

Fields

Name Description
Draw

UI in which users draw the signature.

Image

UI in which users pick or drag an image to be used as the signature.

Type

UI in which users type text to be used as the signature.