Property Name
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Name
Gets the name of the person or authority signing the document.
public string? Name { get; }Property Value
- 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.
        
Read the Verify PDF signature in C# and VB.NET article for examples of using this property.
Exceptions
- UnexpectedStructureException
- The value in the internal PDF structure has an unexpected type.