Gets the name.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual string Name { get; }
Public Overridable ReadOnly Property Name As String
	Get
public:
virtual property String^ Name {
	String^ get ();
}
abstract Name : string with get
override Name : string with get

Property Value

String
The name.

See Also