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

PdfInteractiveFormField.AlternateName Property

Gets an alternate name specified for an interactive form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string AlternateName { get; }

Property Value

Type Description
String

A String value that is the alternate name for an interactive form field.

See Also