'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.