Skip to main content

PdfInteractiveFormField.AlternateName Property

Gets an alternate name specified for an interactive form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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