Get FieldName from FormWidget by exportValue
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public List<string> GetFieldNameByExportValue( string exportValue )
Public Function GetFieldNameByExportValue ( exportValue As String ) As List(Of String)
public: List<String^>^ GetFieldNameByExportValue( String^ exportValue )
member GetFieldNameByExportValue : exportValue : string -> List<string>
Parameters
- exportValue
- String