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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public XfaField getField(
	string name
)
Public Function getField ( 
	name As String
) As XfaField
public:
XfaField^ getField(
	String^ name
)
member getField : 
        name : string -> XfaField 

Parameters

name
String

Return Value

XfaField

See Also