Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NImageResponseHttpHandler Class / RenderWaitForServerImage Method


In This Topic
    RenderWaitForServerImage Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub RenderWaitForServerImage( _
       ByVal context As System.Web.HttpContext, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NImageResponseHttpHandler
    Dim context As System.Web.HttpContext
    Dim width As System.Integer
    Dim height As System.Integer
     
    instance.RenderWaitForServerImage(context, width, height)
    protected void RenderWaitForServerImage( 
       System.Web.HttpContext context,
       System.int width,
       System.int height
    )

    Parameters

    context
    width
    height
    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