FieldAlternateFieldName Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets an alternate field name that shall be used in place of the actual field name wherever the field shall be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public string AlternateFieldName { get; set; }

Property Value

Type: String
The name of the alternate field.
See Also

Reference