Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property ChannelType As CodecsPsdChannelType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsPsdChannelInfo Dim value As CodecsPsdChannelType value = instance.ChannelType |
C# | |
---|---|
public CodecsPsdChannelType ChannelType {get;} |
C++/CLI | |
---|---|
public: property CodecsPsdChannelType ChannelType { CodecsPsdChannelType get(); } |
Property Value
A CodecsPsdChannelType object that specifies the type of the channel in the PSD file.For an example, refer to RasterCodecs.LoadPsdChannel.
.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)