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)
ParameterTypeDescription
signNameconst System::SharedPtr<SignatureName>&The name of signature.

ReturnValue

Returns a result of string type.

See Also

PdfFileSignature::GetContactInfo(const System::String&) method

Gets the contact information of a signature.

System::String Aspose::Pdf::Facades::PdfFileSignature::GetContactInfo(const System::String &signName)
ParameterTypeDescription
signNameconst System::String&The name of signature.

ReturnValue

Returns a result of string type.

Deprecated

Use GetContactInfo(SignatureName) instead.

See Also