SignatureName
Overview
SignatureName is a class in Aspose.Pdf FOSS for Java.
Represents a signature field name returned by {@link PdfFileSignature#getSignatureNames(boolean)}.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fullName | String | Read | Returns the fully-qualified name of the signature field. |
hasSignature | boolean | Read | Returns whether this signature field contains an actual signature. |
Methods
| Signature | Description |
|---|---|
SignatureName(fullName: String, hasSignature: boolean) | Creates a new signature name descriptor. |
getFullName() → String | Returns the fully-qualified name of the signature field. |
getHasSignature() → boolean | Returns whether this signature field contains an actual signature. |
toString() → String |