ImageProperties 1.0 control documentation

Gets an Image object which was passed to ImageProperties constructor or created from passed image path.

[Visual Basic]
Public ReadOnly Property Image As Image
[C#]
public System.Drawing.Image Image {get;}

Property Value

The Image object.
Returns null if ImageProperties instance was made from Image handle.

Remarks

You can use this property to get Image for saving or any other image processing actions not relayted to properties.

See Also

ImageProperties Class | ElementIT.ImageProperties Namespace