Class SignatureName
Contents
[
Hide
]SignatureName class
Represents a class for a signature name.
public sealed class SignatureName
Properties
| Name | Description |
|---|---|
| HasSignature { get; } | Indicates whether the signature is present or not. |
Methods
| Name | Description |
|---|---|
| override Equals(object) | Determines whether this instance and a specified object are equal. |
| override GetHashCode() | Returns a hash code for this instance based on the FullName property. |
| override ToString() | Returns a string representation of the SignatureName instance, primarily using its name. |
Fields
| Name | Description |
|---|---|
| readonly FullName | Gets the full name of the signature, providing a unique and precise identifier for the signature field. |
| readonly Name | Gets the name of a signature. |
Remarks
Represents a more precise signature name. Used instead of string names. Allows you to present signatures with the same string names.
See Also
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF