Back to Devexpress

PdfAcroFormFieldNameCollision.ForbiddenNames Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformfieldnamecollision-22c7c842.md

latest1.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public ISet<string> ForbiddenNames { get; }
vb
Public ReadOnly Property ForbiddenNames As ISet(Of String)

Property Value

TypeDescription
ISet<String>

A String object implementing the System.Collections.Generic.ISet interface that represent the forbidden names.

|

Remarks

The forbidden names can’t be used in form field creation because the interactive form must contain form fields with unique names.

See Also

PdfAcroFormFieldNameCollision Struct

PdfAcroFormFieldNameCollision Members

DevExpress.Pdf Namespace