public final class SignatureName extends Object
Represents a class for a signature name.
Represents a more precise signature name. Used instead of string names. Allows you to present signatures with the same string names.
Modifier and Type | Field and Description |
---|---|
String |
FullName
Gets the full name of the signature, providing a unique and precise identifier for the signature field.
|
String |
Name
Gets the name of a signature.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether this instance and a specified object are equal.
|
com.aspose.pdf.engine.data.IPdfDictionary |
getSignatureDictionary()
Gets the signature dictionary.
|
int |
hashCode()
Returns a hash code for this instance based on the FullName property.
|
boolean |
hasSignature()
Indicates whether the signature is present or not.
|
String |
toString()
Returns a string representation of the
SignatureName instance, primarily using its name. |
public final String Name
Gets the name of a signature.
public final String FullName
Gets the full name of the signature, providing a unique and precise identifier for the signature field.
public final boolean hasSignature()
Indicates whether the signature is present or not.
public final com.aspose.pdf.engine.data.IPdfDictionary getSignatureDictionary()
Gets the signature dictionary.
public String toString()
Returns a string representation of the SignatureName
instance, primarily using its name.
public boolean equals(Object obj)
Determines whether this instance and a specified object are equal.
Copyright © 2025 Aspose. All Rights Reserved.