List of field names in the form template.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public List<string> Fields { get; }
Public ReadOnly Property Fields As List(Of String)
Get
public:
property List<String^>^ Fields {
List<String^>^ get ();
}
member Fields : List<string> with get
Property Value
Type:
List
String
See Also