Print(PdfGraphics,Rectangle,Single) Method
In This Topic
Prints the elements of the shapes in the container.
Syntax
'Declaration
Public Overloads Overrides Sub Print( _
ByVal As PdfGraphics, _
ByVal As Rectangle, _
ByVal As Single _
)
'Usage
Dim instance As SpreadShapesContainer
Dim g As PdfGraphics
Dim faceRect As Rectangle
Dim zoomFactor As Single
instance.Print(g, faceRect, zoomFactor)
public override void Print(
PdfGraphics ,
Rectangle ,
float
)
Parameters
- g
- PDF graphics device interface
- faceRect
- Rectangle boundary the elements to print
- zoomFactor
- Scaling factor for zooming
See Also