Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsPsdChannelInfo Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsPsdChannelInfo Class



Provides information about a specified channel in the PSD file.

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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also