ImageGear .NET - Updated
FullName Property (Field)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : FullName Property
Gets the full name.
Syntax
'Declaration
 
Public ReadOnly Property FullName As String
'Usage
 
Dim instance As Field
Dim value As String
 
value = instance.FullName
public string FullName {get;}
public: __property string* get_FullName();
public:
property String^ FullName {
   String^ get();
}

Property Value

The full name (the name including the path).
See Also

Reference

Field Class
Field Members