ImageGear v26.3 - Updated November 9, 2022
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

Property Value

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