ImageGear v26.3 - Updated
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
    public ImGearRasterPage Content
    public: ImGearRasterPage* Content
    public:
    ImGearRasterPage^ Content

    Field Value

    ImageGear.Core.ImGearRasterPage class object.
    See Also