Spread Windows Forms 10.0 Product Documentation
Print Method (IPdfSupportPSObject)


PDF graphics device interface
Rectangular boundary to print
Numeric scaling factor
Prints to PDF the control layer objects.
Syntax
'Declaration
 
Sub Print( _
   ByVal g As PdfGraphics, _
   ByVal rectangle As Rectangle, _
   ByVal zoomFactor As Single _
) 
'Usage
 
Dim instance As IPdfSupportPSObject
Dim g As PdfGraphics
Dim rectangle As Rectangle
Dim zoomFactor As Single
 
instance.Print(g, rectangle, zoomFactor)
void Print( 
   PdfGraphics g,
   Rectangle rectangle,
   float zoomFactor
)

Parameters

g
PDF graphics device interface
rectangle
Rectangular boundary to print
zoomFactor
Numeric scaling factor
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

IPdfSupportPSObject Interface
IPdfSupportPSObject Members

 

 


Copyright © GrapeCity, inc. All rights reserved.