Spread Windows Forms 6.0 Product Documentation
Print Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > PSObject Class : Print Method


g
PDF graphics device interface
rectangle
Rectangle bounding the shape objects to print
zoomFactor
Scaling factor for zooming when printing

Glossary Item Box

Prints the shape objects.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Print( _
   ByVal g As PdfGraphics, _
   ByVal rectangle As Rectangle, _
   ByVal zoomFactor As Single _
) 
Visual Basic (Usage)Copy Code
Dim instance As PSObject
Dim g As PdfGraphics
Dim rectangle As Rectangle
Dim zoomFactor As Single
 
instance.Print(g, rectangle, zoomFactor)
C# 
public virtual void Print( 
   PdfGraphics g,
   Rectangle rectangle,
   float zoomFactor
)

Parameters

g
PDF graphics device interface
rectangle
Rectangle bounding the shape objects to print
zoomFactor
Scaling factor for zooming when printing

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.