ImageGear .NET v24.12 - Updated
Image Property (ImGearImageLayer)




ImageGear24.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearImageLayer Class : Image Property
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

Reference

ImGearImageLayer Class
ImGearImageLayer Members