ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / IImGearFormat Interface / FullName Property




In This Topic
    FullName Property (IImGearFormat)
    In This Topic
    Gets the full name of the format.
    Syntax
    'Declaration
     
    ReadOnly Property FullName As String
    'Usage
     
    Dim instance As IImGearFormat
    Dim value As String
     
    value = instance.FullName
    string FullName {get;}
    __property string* get_FullName();
    property String^ FullName {
       String^ get();
    }

    Property Value

    String containing the format's name.
    See Also