ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearImageLayer Class / Image Property




In This Topic
    Image Property
    In This Topic
    Gets image specifying the layer.
    Syntax
    'Declaration
     
    Public ReadOnly Property Image As ImGearPage
    'Usage
     
    Dim instance As ImGearImageLayer
    Dim value As ImGearPage
     
    value = instance.Image
    public ImGearPage Image {get;}
    public: __property ImGearPage* get_Image();
    public:
    property ImGearPage^ Image {
       ImGearPage^ get();
    }

    Property Value

    ImageGear.Core.ImGearPage class object.
    Remarks
    This property specifies the image to put in the layer. It is read-only.
    See Also