Click or drag to resize

XFAForm CheckFieldExists Method

Returns whether the field exists or not.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool CheckFieldExists(
	string fieldName
)

Parameters

fieldName
Type: System String
The fieldName.

Return Value

Type: Boolean
Returns whether the field exists or not.
See Also