SignatureName
Overview
SignatureName is a class in Aspose.PDF FOSS for .NET.
Identifies a signature field by both its partial name (Name) and full hierarchical name (FullName), and reports whether the field currently carries a signature value via HasSignature.
This class provides 4 methods for working with SignatureName objects in .NET programs.
Available methods include: Equals, GetHashCode, SignatureName, ToString.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: HasSignature.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
HasSignature | bool | Read | True when the underlying signature field has a /V entry (a real signature value); false for blank signature fields that exist on the form but have not been signed yet. |
Methods
| Signature | Description |
|---|---|
SignatureName() | Calls SignatureName on this SignatureName instance. |
ToString() | Calls ToString on this SignatureName instance. |
Equals(obj: object?) | Calls Equals on this SignatureName instance. |
GetHashCode() | Calls GetHashCode on this SignatureName instance. |