[]
        
(Showing Draft Content)

C1.Document.C1DocumentSource.IImageFromObject

IImageFromObject Method

IImageFromObject(object)

Creates an GrapeCity.Documents.Drawing.IImage instance from an object.

Declaration
[CLSCompliant(false)]
public virtual IImage IImageFromObject(object value)
<CLSCompliant(False)>
Public Overridable Function IImageFromObject(value As Object) As IImage
Parameters
Type Name Description
object value

The object to convert into an GrapeCity.Documents.Drawing.IImage.

Returns
Type Description
IImage

An GrapeCity.Documents.Drawing.IImage instance created from the provided object.