Spread Windows Forms 10.0 Product Documentation
Print Method (PSObject)


PDF graphics device interface
Rectangle bounding the shape objects to print
Scaling factor for zooming when printing
Prints the shape objects.
Syntax
'Declaration
 
Public Overridable Sub Print( _
   ByVal g As PdfGraphics, _
   ByVal rectangle As Rectangle, _
   ByVal zoomFactor As Single _
) 
'Usage
 
Dim instance As PSObject
Dim g As PdfGraphics
Dim rectangle As Rectangle
Dim zoomFactor As Single
 
instance.Print(g, rectangle, zoomFactor)
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

PSObject Class
PSObject Members

 

 


Copyright © GrapeCity, inc. All rights reserved.