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




In This Topic
    ID Property (IImGearFormat)
    In This Topic
    Gets the ID of the format.
    Syntax
    'Declaration
     
    ReadOnly Property ID As ImGearFormats
    'Usage
     
    Dim instance As IImGearFormat
    Dim value As ImGearFormats
     
    value = instance.ID
    ImGearFormats ID {get;}
    __property ImGearFormats get_ID();
    property ImGearFormats ID {
       ImGearFormats get();
    }

    Property Value

    Any member of the ImGearFormats enumeration except ImGearFormats.UNKNOWN.
    See Also