←Select platform

Channels Property

Summary

Gets the number of channels in the PSD file.

Syntax

C#
VB
Java
WinRT C#
C++
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(); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly