ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearChannelRef Structure / ImGearChannelRef Constructor / ImGearChannelRef Constructor(ImGearRasterPage)
Reference to page whose image contains channel data.




In This Topic
ImGearChannelRef Constructor(ImGearRasterPage)
In This Topic
Initializes a new instance of the ImGearChannelRef structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal content As ImGearRasterPage _
)
 
'Usage
 
Dim content As ImGearRasterPage
 
Dim instance As New ImGearChannelRef(content)

Parameters

content
Reference to page whose image contains channel data.
Remarks
This constructor sets the Number property to 0.
See Also