Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field Class / AlternateName Property

In This Topic
    AlternateName Property
    In This Topic
    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