GoDiagram Web Reference
OnLoad Method (GoWebImage)

(ignored)
Process any query string commands and send an image of the specified view as the HTTP response.
Syntax
'Declaration
 
Protected Overrides Sub OnLoad( _
   ByVal evt As EventArgs _
) 
protected override void OnLoad( 
   EventArgs evt
)

Parameters

evt
(ignored)
Remarks
Assuming that the "GoView" Request parameter names a GoView that has been stored in the Session state, this method processes any other query string commands by calling OnNoPostLoad and RaisePostBackEvent, and then produces an image of the view by calling GetBitmap. The image is streamed out to the Response in the format specified by GoView.ImageFormat.
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

Reference

GoWebImage Class
GoWebImage Members
Base Implementation in OnLoad

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback