Aspose::Pdf::Facades::SignatureName class
SignatureName class
Represents a class for a signature name.
class SignatureName : public System::Object
Methods
| Method | Description |
|---|---|
| Equals(System::SharedPtr<System::Object>) override | Determines whether this instance and a specified object are equal. |
| get_HasSignature() | Indicates whether the signature is present or not. |
| GetHashCode() const override | Returns a hash code for this instance based on the FullName property. |
| ToString() const override | Returns a string representation of the SignatureName instance, primarily using its name. |
Remarks
Represents a more precise signature name. Used instead of string names. Allows you to present signatures with the same string names.
See Also
- Class Object
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++