[]
        
(Showing Draft Content)

C1.Win.FlexReport.C1FlexReport.IImageFromObject

IImageFromObject Method

IImageFromObject(object)

Converts an object to a GrapeCity.Documents.Drawing.IImage instance if possible.

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

The object to convert.

Returns
Type Description
IImage

A GrapeCity.Documents.Drawing.IImage instance or null if conversion is not possible.