Print(PdfGraphics,Rectangle,Single) Method
Prints the elements of the child control container.
'Declaration
Public Overloads Overridable Sub Print( _
ByVal As PdfGraphics, _
ByVal As Rectangle, _
ByVal 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