The name which signed this document.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public string SignedName { get; }
Visual Basic
Public ReadOnly Property SignedName As String
	Get

Remarks

This property will only return a value if IsSigned is true. If not, nullNothingnullptra null reference (Nothing in Visual Basic) is returned.

See Also