[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IImageLocatorService.GetImageData

GetImageData Method

GetImageData(ILayoutArea, bool)

Returns image item data as ImageInfo either from Cache or creating a new image.

Declaration
ImageInfo GetImageData(ILayoutArea area, bool allowMetafiles)
Parameters
Type Name Description
ILayoutArea area
bool allowMetafiles
Returns
Type Description
ImageInfo

GetImageData(IImage, bool)

Initialize ImageInfo using specified locator

Declaration
ImageInfo GetImageData(IImage image, bool allowMetafiles)
Parameters
Type Name Description
IImage image
bool allowMetafiles
Returns
Type Description
ImageInfo

GetImageData(IStyle, bool)

Returns the background image from the specified IStyle instance.

Declaration
ImageInfo GetImageData(IStyle style, bool allowMetafiles)
Parameters
Type Name Description
IStyle style

IStyle to return the background image from.

bool allowMetafiles

A value indicating whether to allow metafiles.

Returns
Type Description
ImageInfo