Back to Devexpress

PdfAcroFormFieldNameCollision.Field Property

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

latest1.2 KB
Original Source

PdfAcroFormFieldNameCollision.Field Property

Gets the form field in which a collision with a name was detected.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAcroFormField Field { get; }
vb
Public ReadOnly Property Field As PdfAcroFormField

Property Value

TypeDescription
PdfAcroFormField

A PdfAcroFormField object that represents the interactive form field.

|

Remarks

The form field name must be unique within an interactive form.

See Also

PdfAcroFormFieldNameCollision Struct

PdfAcroFormFieldNameCollision Members

DevExpress.Pdf Namespace