Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String

Return Value

Boolean

See Also