PdfDocumentProcessor.CheckFormFieldNameCollisions(IEnumerable<PdfAcroFormField>) Method
Checks interactive form fields to find a collision in the form field names.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public IList<PdfAcroFormFieldNameCollision> CheckFormFieldNameCollisions(
IEnumerable<PdfAcroFormField> fields
)
#Parameters
Name | Type | Description |
---|---|---|
fields | IEnumerable<Pdf |
A list of Pdf |
#Returns
Type | Description |
---|---|
IList<Pdf |
A collection of Pdf |
#Remarks
Form field names must be unique within an interactive form.
To obtain the interactive form field in which a collision was found with a field name, use the PdfAcroFormFieldNameCollision.Field property.
You can also get the forbidden field names using the PdfAcroFormFieldNameCollision.ForbiddenNames property.