ImageGear .NET v25.0 - Updated
AlternateName Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : AlternateName Property
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

Reference

Field Class
Field Members