Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.1.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