ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessing Class / CreateChannelCopy Method / CreateChannelCopy(ImGearChannelRef) Method
Channel to copy.




In This Topic
CreateChannelCopy(ImGearChannelRef) Method
In This Topic
Returns a copy of a page's image channel.
Syntax
'Declaration
 
Public Overloads Shared Function CreateChannelCopy( _
   ByVal channel As ImGearChannelRef _
) As ImGearChannelRef
 
'Usage
 
Dim channel As ImGearChannelRef
Dim value As ImGearChannelRef
 
value = ImGearRasterProcessing.CreateChannelCopy(channel)

Parameters

channel
Channel to copy.

Return Value

The copy of ImGearChannelRef structure.
Remarks
Content of returned ImGearChannelRef instance represents a standalone instance of ImageGear.Core.ImGearRasterPage class with grayscaled color space.
See Also