Field Signature Names

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public List<string> FieldNames { get; }
Public ReadOnly Property FieldNames As List(Of String)
	Get
public:
property List<String^>^ FieldNames {
	List<String^>^ get ();
}
member FieldNames : List<string> with get

Property Value

List<(Of <(<'String>)>)>

See Also