PdfAcroFormFieldNameCollision.ForbiddenNames Property
Provides access to the collection of forbidden field names that was generated as a result of a collision found in the field names.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Property Value
Type | Description |
---|---|
ISet<String> | A String object implementing the System. |
#Remarks
The forbidden names can’t be used in form field creation because the interactive form must contain form fields with unique names.