Click or drag to resize

XFAForm GetField Method

Added by Henry Zhou. To get the xfaField through its name. Notes: the param 'name' is the name have been midified by codes instead of originals.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public XfaField GetField(
	string name
)

Parameters

name
Type: System String

Return Value

Type: XfaField
See Also