'Declaration Public Function FindFields( _
ByVal fullyQualifiedFieldNameThe fully qualified field name.As System.String _
) As PdfInteractiveFormField[]
public PdfInteractiveFormField[] FindFields(
System.String fullyQualifiedFieldName
)
public: PdfInteractiveFormField*[] FindFields(
System.String fullyQualifiedFieldName
)
public:
PdfInteractiveFormField^[] FindFields(
System.String fullyQualifiedFieldName
)
Parameters
- fullyQualifiedFieldName
- The fully qualified field name.
Return Value
An array of PdfInteractiveFormField object instance if field is found; otherwise, null.