GoDiagram Web Reference
Render Method (GoPrintView)

Generate a series of IMG elements that show a GoView's whole document.
Syntax
'Declaration
 
Protected Overrides Sub Render( _
   ByVal writer As HtmlTextWriter _
) 
protected override void Render( 
   HtmlTextWriter writer
)

Parameters

writer
Remarks
This generates enough IMG elements to cover the area computed by ComputeDocumentBounds. The actual number of images/elements depends on the size of the document, the ImageWidth and ImageHeight, and the ViewScale at which the view is painted.
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

GoPrintView Class
GoPrintView Members
Base Implementation in Render

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback