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
)
Public Function GetField (
name As String
) As XfaField
public:
XfaField^ GetField(
String^ name
)
member GetField :
name : string -> XfaField
Parameters
-
name
-
Type:
System
String
Return Value
Type:
XfaField
See Also