Prints the shape objects.
            
            
            
Syntax
| 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)  | 
 
            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 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
 
            
            
See Also