Spread ASP.NET 17
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.


In This Topic
    HttpHandlerImageRender Constructor(ImageTransferStorage,String,Boolean)
    In This Topic
    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)

    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