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

In This Topic
    GetImageData(IImage,Boolean) Method
    In This Topic
    Initialiaze ImageInfo using specified locator
    Syntax
    'Declaration
     
    Overloads Function GetImageData( _
       ByVal image As IImage, _
       ByVal allowMetafiles As Boolean _
    ) As ImageInfo
    ImageInfo GetImageData( 
       IImage image,
       bool allowMetafiles
    )

    Parameters

    image
    allowMetafiles
    See Also