PdfFormFieldWidgetCollection
GetFieldsByExportValue Method
|
Get Fields 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<PdfField> GetFieldsByExportValue(
string exportValue
)
Public Function GetFieldsByExportValue (
exportValue As String
) As List(Of PdfField)
public:
List<PdfField^>^ GetFieldsByExportValue(
String^ exportValue
)
member GetFieldsByExportValue :
exportValue : string -> List<PdfField>
Parameters
-
exportValue
-
Type:
System
String
Return Value
Type:
List
PdfField
See Also