PdfFormFieldWidgetCollection
GetFieldNameByExportValue Method
|
Get FieldName from FormWidget by exportValue
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
String
Return Value
Type:
List
String
See Also