PdfField
FullName Property
|
Gets the full name.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string FullName { get; }
Public ReadOnly Property FullName As String
Get
public:
property String^ FullName {
String^ get ();
}
member FullName : string with get
Property Value
Type:
String
See Also