PdfFileSignature.GetSignerName

PdfFileSignature.GetSignerName method

Gets the name of person or organization who signing the pdf document.

public string GetSignerName(SignatureName signName)
ParameterTypeDescription
signNameSignatureNameThe name of signature.

Return Value

Returns the result of the signer’s name.

See Also