Skip to main content

PdfGraphicsAcroFormField.Name Property

Specifies form field’s name.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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