Get FieldName from FormWidget by exportValue
Namespace: Spire.Pdf.WidgetAssembly: 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> 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