ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNode Class / FormatName Property




In This Topic
    FormatName Property
    In This Topic
    Gets the name of the type of the file format to which metadata belongs.
    Syntax
    'Declaration
     
    Public ReadOnly Property FormatName As String
    'Usage
     
    Dim instance As ImGearMetadataNode
    Dim value As String
     
    value = instance.FormatName
    public string FormatName {get;}
    public: __property string* get_FormatName();
    public:
    property String^ FormatName {
       String^ get();
    }

    Property Value

    Any string name of format.
    See Also