LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsPsdChannelInfo Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsPsdChannelInfo Class



Provides information about a specified channel in the PSD file.

Object Model

CodecsPsdChannelInfo Class

Syntax

Visual Basic (Declaration) 
Public Class CodecsPsdChannelInfo 
Visual Basic (Usage)Copy Code
Dim instance As CodecsPsdChannelInfo
C# 
public class CodecsPsdChannelInfo 
C++/CLI 
public ref class CodecsPsdChannelInfo 

Example

For an example, refer to RasterCodecs.LoadPsdChannel.

Remarks

For more information on PSD channels, refer to the FILE FORMATS SPECIFICATION from Adobe.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsPsdChannelInfo

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also