Back to Devexpress

PdfAcroFormField.Name Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformfield.md

latest1.1 KB
Original Source

PdfAcroFormField.Name Property

Specifies the interactive form field name.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public string Name { get; set; }
vb
Public Property Name As String

Property Value

TypeDescription
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

PdfAcroFormField Class

PdfAcroFormField Members

DevExpress.Pdf Namespace