Nevron.Chart.WebForm Namespace / NChartSessionStateObject Class / NChartSessionStateObject Constructor / NChartSessionStateObject Constructor(String,Guid,INHttpHandlerCallback,NImageFormat,NDocument,NSize)


In This Topic
    NChartSessionStateObject Constructor(String,Guid,INHttpHandlerCallback,NImageFormat,NDocument,NSize)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal stateId As System.String, _
       ByVal snapshotGuid As System.Guid, _
       ByVal httpHandlerCallback As INHttpHandlerCallback, _
       ByVal imageFormat As NImageFormat, _
       ByVal document As NDocument, _
       ByVal size As NSize _
    )
    'Usage
     
    
    Dim stateId As System.String
    Dim snapshotGuid As System.Guid
    Dim httpHandlerCallback As INHttpHandlerCallback
    Dim imageFormat As NImageFormat
    Dim document As NDocument
    Dim size As NSize
     
    Dim instance As New NChartSessionStateObject(stateId, snapshotGuid, httpHandlerCallback, imageFormat, document, size)
    public NChartSessionStateObject( 
       System.string stateId,
       System.Guid snapshotGuid,
       INHttpHandlerCallback httpHandlerCallback,
       NImageFormat imageFormat,
       NDocument document,
       NSize size
    )

    Parameters

    stateId
    snapshotGuid
    httpHandlerCallback
    imageFormat
    document
    size
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also