ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearChannelRef Structure / Content Field




In This Topic
Content Field (ImGearChannelRef)
In This Topic
Gets or sets a reference to the raster page.
Syntax
'Declaration
 
Public Content As ImGearRasterPage
 
'Usage
 
Dim instance As ImGearChannelRef
Dim value As ImGearRasterPage
 
value = instance.Content
 
instance.Content = value

Field Value

ImageGear.Core.ImGearRasterPage class object.
See Also