C#
VB
Java
WinRT C#
C++
Gets the number of channels in the PSD file.
public int Channels {get;}
Public ReadOnly Property Channels As Integer
public int Channels {get;}
public int getChannels()
get_Channels();
public:
property int Channels {
int get();
}
An integer value that represents the number of channels in the PSD file.
If this value is 0, then the PSD file does not contain any channel.
For more information on PSD channels, refer to the FILE FORMATS SPECIFICATION from Adobe.
For an example, refer to CodecsImageInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET