LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Channels Property






Gets the number of channels in the PSD file. .NET support WinRT support
Syntax
public int Channels {get;}
'Declaration
 
Public ReadOnly Property Channels As Integer
'Usage
 
Dim instance As CodecsPsdImageInfo
Dim value As Integer
 
value = instance.Channels
public int Channels {get;}
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPsdImageInfo Class
CodecsPsdImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.