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
)
Public Function CheckFieldExists (
fieldName As String
) As Boolean
public:
bool CheckFieldExists(
String^ fieldName
)
member CheckFieldExists :
fieldName : string -> bool
Parameters
-
fieldName
-
Type:
System
String
The fieldName.
Return Value
Type:
Boolean
Returns whether the field exists or not.
See Also