Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDiagramImageResourceHandler Class
Properties Methods


In This Topic
    NDiagramImageResourceHandler Class Members
    In This Topic

    The following tables list the members exposed by NDiagramImageResourceHandler.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether another request can use the IHttpHandler instance. (Inherited from Nevron.UI.WebForm.Controls.NImageResponseHttpHandler)
    Top
    Public Methods
     NameDescription
    Public MethodRenders the specific web control to an image and sends the response to the browser. (Inherited from Nevron.UI.WebForm.Controls.NImageResponseHttpHandler)
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates a new image, associated with the state transport, with the specified image format and size. (Inherited from Nevron.UI.WebForm.Controls.NImageResponseHttpHandler)
    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. (Inherited from Nevron.UI.WebForm.Controls.NImageResponseHttpHandler)
    Protected Method (Inherited from Nevron.UI.WebForm.Controls.NImageResponseHttpHandler)
    Protected MethodOverridden. Enumerates all image providers, supported by the web control.  
    Protected Method (Inherited from Nevron.UI.WebForm.Controls.NImageResponseHttpHandler)
    Protected MethodReads the viewport definition from the current request fields. Clips the viewport if its rectangle exceeds the bounds of the image. (Inherited from Nevron.UI.WebForm.Controls.NImageResponseHttpHandler)
    Protected MethodOverridden. Renders the diagram for a specific Nevron Diagram web control to an image and sends the response to the browser.  
    Protected Method (Inherited from Nevron.UI.WebForm.Controls.NImageResponseHttpHandler)
    Top
    See Also