PdfGraphicsAcroFormField.Name Property
In This Article
Specifies form field’s name.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
#Declaration
#Property Value
Type | Description |
---|---|
String | The field name. |
#Exceptions
Type | Description |
---|---|
Argument |
Thrown if a form field name is empty or contains dots. |
See Also