Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfGraphicsAcroFormField.Name Property

Specifies the interactive form field name.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.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