Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormField.Name Property

Specifies form field’s name.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public string Name { get; set; }

Property Value

Type Description
String

The field name.

Exceptions

Type Description
ArgumentException

Thrown if a form field name is empty or contains dots.

See Also