ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Interfaces Namespace / IMapImageLocator Interface / GetImageInfo Method
The source of the image.
The MIME type of the image.
The value associated with the image.

In This Topic
    GetImageInfo Method (IMapImageLocator)
    In This Topic
    Retrieves image information from the specified source.
    Syntax
    'Declaration
     
    Function GetImageInfo( _
       ByVal imageSource As ImageSource, _
       ByVal mimeType As String, _
       ByVal value As Object _
    ) As ImageInfo
    ImageInfo GetImageInfo( 
       ImageSource imageSource,
       string mimeType,
       object value
    )

    Parameters

    imageSource
    The source of the image.
    mimeType
    The MIME type of the image.
    value
    The value associated with the image.

    Return Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.ImageInfo object containing the image information.
    See Also