PdfAcroFormFacade.GetNames() Method
Retrieves a list of form field names.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IEnumerable<string> GetNames()
#Returns
Type | Description |
---|---|
IEnumerable<String> | A list of form field names. |