PdfFileSignature.GetSignerName

PdfFileSignature.GetSignerName method

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

public string GetSignerName(string signName)
ParameterTypeDescription
signNameStringThe name of signature.

Return Value

Returns the result of the signer’s name.

See Also