ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearPageDisplay Interface / Channels Property




In This Topic
    Channels Property (IImGearPageDisplay)
    In This Topic
    Gets the list of extra channels and their display options.
    Syntax
    'Declaration
     
    ReadOnly Property Channels As ImGearDisplayChannels
    'Usage
     
    Dim instance As IImGearPageDisplay
    Dim value As ImGearDisplayChannels
     
    value = instance.Channels
    ImGearDisplayChannels Channels {get;}
    __property ImGearDisplayChannels* get_Channels();
    property ImGearDisplayChannels^ Channels {
       ImGearDisplayChannels^ get();
    }

    Property Value

    ImageGear.Core.ImGearDisplayChannels class object.
    Remarks
    This property can be used to enable or disable image extra channels for display. Please note, this property cannot be used to disable base image channels for display.
    See Also