ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools.Image Namespace / MapImageLocator Class / GetImageInfo Method
The image source.
The image mime type.
The value.

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

    Parameters

    imageSource
    The image source.
    mimeType
    The image mime type.
    value
    The value.
    See Also