Spread for ASP.NET 11 Product Documentation
HttpHandlerImageRender Constructor(ImageTransferStorage,String,Boolean)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > HttpHandlerImageRender Class > HttpHandlerImageRender Constructor : HttpHandlerImageRender Constructor(ImageTransferStorage,String,Boolean)
The storage mode of saving chart image in memory.
The key to access session or cache.
The value whether to keep the chart instance in session or cache.
Initializes a new instance of the HttpHandlerImageRender class.
Syntax
'Declaration
 
Public Function New( _
   ByVal imageTransferStorage As ImageTransferStorage, _
   ByVal transferId As String, _
   ByVal keepTransferStorage As Boolean _
)
'Usage
 
Dim imageTransferStorage As ImageTransferStorage
Dim transferId As String
Dim keepTransferStorage As Boolean
 
Dim instance As New HttpHandlerImageRender(imageTransferStorage, transferId, keepTransferStorage)
public HttpHandlerImageRender( 
   ImageTransferStorage imageTransferStorage,
   string transferId,
   bool keepTransferStorage
)

Parameters

imageTransferStorage
The storage mode of saving chart image in memory.
transferId
The key to access session or cache.
keepTransferStorage
The value whether to keep the chart instance in session or cache.
See Also

Reference

HttpHandlerImageRender Class
HttpHandlerImageRender Members
Overload List