Skip to main content

PdfAcroFormField.Name Property

Specifies the interactive form field name.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A String value that is the field name.

Remarks

The name of an interactive form field must not be empty or contain dots. Otherwise, the ArgumentException will be raised.

See Also