Documents for PDF, .NET Edition Documentation
AlternateName Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.AcroForms Namespace > Field Class : AlternateName Property
Gets or sets an alternate field name to be used in place of the actual field name wherever the field must 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.
Syntax
'Declaration
 
Public Property AlternateName As System.String
public System.string AlternateName {get; set;}
See Also

Reference

Field Class
Field Members