ImageGear .NET - Updated March 30, 2018
SignerName Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > Signature Class : SignerName Property
Gets or sets the name of the person or authority signing the document.
Syntax
'Declaration
 
Public Property SignerName As String
 
'Usage
 
Dim instance As Signature
Dim value As String
 
instance.SignerName = value
 
value = instance.SignerName

Property Value

The name of the person or authority signing the document.
See Also

Reference

Signature Class
Signature Members