ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IImageLocatorService Interface / GetImageData Method / GetImageData(ILayoutArea,Boolean) Method

In This Topic
    GetImageData(ILayoutArea,Boolean) Method
    In This Topic
    Returns image item data as ImageInfo either from Cache or creating a new image.
    Syntax
    'Declaration
     
    Overloads Function GetImageData( _
       ByVal area As ILayoutArea, _
       ByVal allowMetafiles As Boolean _
    ) As ImageInfo
    ImageInfo GetImageData( 
       ILayoutArea area,
       bool allowMetafiles
    )

    Parameters

    area
    allowMetafiles
    See Also