Click or drag to resize

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
)

Parameters

exportValue
Type: System String

Return Value

Type: List String
See Also