HasInvalidFormFields

FormFieldManager.HasInvalidFormFields method

Checks whether the document contains any invalid form fields.

public bool HasInvalidFormFields()

Return Value

true if the document contains one or more invalid form fields; otherwise, false.

Remarks

The HasInvalidFormFields method scans the document content to determine whether it contains any form fields with invalid names. A form field is considered invalid if it duplicates a unique identifier with other form fields and does not have a unique bookmark name associated with it. These bookmark names serve as identifiers for each form field. This method is useful for quickly checking whether the document requires further inspection and potential correction of form field names. ; ; ;

See Also