←Select platform

Channels Property

Summary

Gets the number of channels in the PSD file.

Syntax
C#
VB
C++
Java
public int Channels {get;} 
Public ReadOnly Property Channels As Integer 
public int getChannels() 
public: 
property int Channels { 
   int get(); 
} 

Property Value

An integer value that represents the number of channels in the PSD file.

Remarks

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.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly