Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPdfSupportPSObject Interface / Print Method
PDF graphics device interface
Rectangular boundary to print
Numeric scaling factor


In This Topic
Print Method (IPdfSupportPSObject)
In This Topic
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)

Parameters

g
PDF graphics device interface
rectangle
Rectangular boundary to print
zoomFactor
Numeric scaling factor
See Also