Aspose::Pdf::Facades::PdfFileSignature::GetContactInfo method
PdfFileSignature::GetContactInfo(const System::SharedPtr<SignatureName>&) method
Gets the contact information of a signature.
System::String Aspose::Pdf::Facades::PdfFileSignature::GetContactInfo(const System::SharedPtr<SignatureName> &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::SharedPtr<SignatureName>& | The name of signature. |
ReturnValue
Returns a result of string type.
See Also
- Class String
- Typedef SharedPtr
- Class SignatureName
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSignature::GetContactInfo(const System::String&) method
Gets the contact information of a signature.
System::String Aspose::Pdf::Facades::PdfFileSignature::GetContactInfo(const System::String &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::String& | The name of signature. |
ReturnValue
Returns a result of string type.
Deprecated
Use GetContactInfo(SignatureName) instead.
See Also
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++