LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Channels Property

Show in webframe







Gets the number of channels in the PSD file.
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

See Also

Reference

CodecsPsdImageInfo Class
CodecsPsdImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.