PdfFormFieldWidgetCollection
FieldNames Property
|
Field Signature Names
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
List
String
See Also