VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Psd Namespace / PsdPage Class / GetChannelImage(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetChannelImage(Int32) Method (PsdPage)
    In This Topic
    Returns the image that contains grayscale data of channel with specified index.
    Syntax
    'Declaration
    
    Public Function GetChannelImage( _
    ByVal channelIndex
    Index of the channel.
    As System.Int32 _
    ) As Vintasoft.Imaging.VintasoftImage
    public Vintasoft.Imaging.VintasoftImage GetChannelImage(
    System.Int32 channelIndex
    )
    public: Vintasoft.Imaging.VintasoftImage* GetChannelImage(
    System.Int32 channelIndex
    )
    public:
    Vintasoft.Imaging.VintasoftImage^ GetChannelImage(
    System.Int32 channelIndex
    )

    Parameters

    channelIndex
    Index of the channel.

    Return Value

    The image that contains grayscale data of channel with specified index
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also