Gets the name of the person or authority signing the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string Name { get; }
VB
Public ReadOnly Property Name As String
Get
Property Value
Type:
String
The name of the person or authority signing the document.
Remarks
The value of this property can be null if the name of the person or authority
is not specified.
See Also