Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / Print Method / Print(PdfGraphics,Rectangle,Single) Method
PDF graphics device interface
Rectangle boundary of the elements to print
Scaling factor for zooming when printing


In This Topic
Print(PdfGraphics,Rectangle,Single) Method
In This Topic
Prints the elements of the child control container.
Syntax
'Declaration
 
Public Overloads Overridable Sub Print( _
   ByVal gPdf As PdfGraphics, _
   ByVal faceRect As Rectangle, _
   ByVal zoomFactor As Single _
) 
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim gPdf As PdfGraphics
Dim faceRect As Rectangle
Dim zoomFactor As Single
 
instance.Print(gPdf, faceRect, zoomFactor)

Parameters

gPdf
PDF graphics device interface
faceRect
Rectangle boundary of the elements to print
zoomFactor
Scaling factor for zooming when printing
See Also