ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Field Class / AlternateName Property




In This Topic
    AlternateName Property
    In This Topic
    Gets a value indicating the alternate name / tooltip.
    Syntax
    'Declaration
     
    Public ReadOnly Property AlternateName As String
    'Usage
     
    Dim instance As Field
    Dim value As String
     
    value = instance.AlternateName
    public string AlternateName {get;}
    public: __property string* get_AlternateName();
    public:
    property String^ AlternateName {
       String^ get();
    }

    Property Value

    The alternate field name that is used in place of the partial name when the field is identified in the user interface.
    See Also