Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfGraphicsAcroFormField.Name Property

Specifies form field’s name.

Namespace: DevExpress.Pdf

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