Aspose::Pdf::Facades::PdfFileSignature::GetSignerName method

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

ReturnValue

Returns the result of the signer’s name.

See Also

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

ReturnValue

Returns the result of the signer’s name.

Deprecated

Use GetSignerName(SignatureName) instead.

See Also