GoDiagram Win Reference
PrintView Method

Render for printing everything you want to display from the view.
Syntax
'Declaration
 
Protected Overridable Sub PrintView( _
   ByVal g As Graphics, _
   ByVal clipRect As RectangleF _
) 
protected virtual void PrintView( 
   Graphics g,
   RectangleF clipRect
)

Parameters

g
clipRect
Remarks
By default this does not print the document paper color or the view background color. This calls PaintBackgroundDecoration and PaintObjects, the latter painting all document objects, and all view objects only if PrintsViewObjects is true. You can disable printing layers of objects and individual objects by setting GoLayer.AllowPrint or GoObject.Printable to false.
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

GoView Class
GoView Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback