Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NImageResponseHttpHandler Class
Properties Methods


In This Topic
    NImageResponseHttpHandler Class Members
    In This Topic

    The following tables list the members exposed by NImageResponseHttpHandler.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether another request can use the IHttpHandler instance.  
    Top
    Public Methods
     NameDescription
    Public MethodRenders the specific web control to an image and sends the response to the browser.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates a new image, associated with the state transport, with the specified image format and size.  
    Protected MethodCreates an image with size 1x1 to be used as a response in case that the session state of the web control being rendered has been expired and thus no meaningful image can be produced.  
    Protected Method  
    Protected MethodEnumerates all image providers, supported by the web control.  
    Protected Method  
    Protected MethodReads the viewport definition from the current request fields. Clips the viewport if its rectangle exceeds the bounds of the image.  
    Protected MethodOverride to perform control-specific image rendering.  
    Protected Method  
    Top
    See Also