ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / Channels Property




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

    Property Value

    ImageGear.Core.ImGearDisplayChannels class object.
    See Also