ImageGear .NET - Updated
Channels Property (IImGearPageDisplay)




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

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members
ImGearDisplayChannels Class