Skip to main content

PdfInteractiveFormField.MappingName Property

Gets the mapping name that is used when exporting interactive form field data from the document.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public string MappingName { get; }

Property Value

Type Description
String

A String value that represents the mapping name.

See Also