Skip to main content
A newer version of this page is available. .

PdfAcroFormField.Name Property

Specifies the interactive form field name.

Namespace: DevExpress.Pdf

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

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