ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearExtraChannelInfo Class / m_Type Field




In This Topic
    m_Type Field
    In This Topic
    Gets the type of extra channel.
    Syntax
    'Declaration
     
    Protected m_Type As ImGearExtraChannelType
    'Usage
     
    Dim instance As ImGearExtraChannelInfo
    Dim value As ImGearExtraChannelType
     
    value = instance.m_Type
     
    instance.m_Type = value
    protected ImGearExtraChannelType m_Type
    protected: ImGearExtraChannelType m_Type
    protected:
    ImGearExtraChannelType m_Type

    Field Value

    ImGearExtraChannelType enumeration value.
    See Also