ImageGear .NET - Updated
Channels Property (ImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : Channels Property
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

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members
ImGearDisplayChannels Class