[]
        
(Showing Draft Content)

FarPoint.Web.Chart.ChartImageHttpHandler.RenderImage

RenderImage Method

RenderImage(byte[], string, HttpContext)

Render image to reponse stream of the current HttpContext.

Declaration
protected virtual void RenderImage(byte[] image, string imageType, HttpContext context)
Protected Overridable Sub RenderImage(image As Byte(), imageType As String, context As HttpContext)
Parameters
Type Name Description
byte[] image

A byte array of an image which is written to the response output stream.

string imageType

A image type string which is used to create the response content type for the image.

HttpContext context