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




In This Topic
    FullName Property (Field)
    In This Topic
    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