ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace / IResourcesService Interface / GetImage Method
Image id
Image MIME type

In This Topic
    GetImage Method (IResourcesService)
    In This Topic
    Get image content by id
    Syntax
    'Declaration
     
    Function GetImage( _
       ByVal id As String, _
       ByRef mimeType As String _
    ) As Byte()
    byte[] GetImage( 
       string id,
       out string mimeType
    )

    Parameters

    id
    Image id
    mimeType
    Image MIME type

    Return Value

    Image content
    See Also