public final class SignatureType extends Object
Signature Type define the method to sign.
Modifier and Type | Field and Description |
---|---|
static int |
Barcode
The Barcode Signature - sign document with Barcode.
|
static int |
Digital
The Digital Signature - sign document with digital key.
|
static int |
FormField
The FormField Signature - put form-field objects to Document.
|
static int |
Image
The Image Signature - put image to specified document location.
|
static int |
Metadata
The Metadata Signature - put metadata properties to Document.
|
static int |
QrCode
The QR-Code Signature - sign document with QRCode.
|
static int |
Stamp
The Stamp Signature - sign document with Stamp.
|
static int |
Text
The Text Signature - put formatted string to document.
|
static int |
Unknown
Indicates an error, unknown signature type.
|
public static final int Barcode
The Barcode Signature - sign document with Barcode.
public static final int Digital
The Digital Signature - sign document with digital key.
public static final int FormField
The FormField Signature - put form-field objects to Document.
public static final int Image
The Image Signature - put image to specified document location.
public static final int Metadata
The Metadata Signature - put metadata properties to Document.
public static final int QrCode
The QR-Code Signature - sign document with QRCode.
public static final int Stamp
The Stamp Signature - sign document with Stamp.
public static final int Text
The Text Signature - put formatted string to document.
public static final int Unknown
Indicates an error, unknown signature type.