Aspose::Pdf::Facades::PdfFileSignature::GetSignerName method
Contents
[
Hide
]PdfFileSignature::GetSignerName(const System::SharedPtr<SignatureName>&) method
Gets the name of person or organization who signing the pdf document.
System::String Aspose::Pdf::Facades::PdfFileSignature::GetSignerName(const System::SharedPtr<SignatureName> &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::SharedPtr<SignatureName>& | The name of signature. |
ReturnValue
Returns the result of the signer’s name.
See Also
- Class String
- Typedef SharedPtr
- Class SignatureName
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSignature::GetSignerName(const System::String&) method
Gets the name of person or organization who signing the pdf document.
System::String Aspose::Pdf::Facades::PdfFileSignature::GetSignerName(const System::String &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::String& | The name of signature. |
ReturnValue
Returns the result of the signer’s name.
Deprecated
Use GetSignerName(SignatureName) instead.
See Also
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++