In This Topic
Prints the shape objects.
Syntax
'Declaration
Public Overridable Sub Print( _
ByVal As PdfGraphics, _
ByVal As Rectangle, _
ByVal As Single _
)
'Usage
Dim instance As PSObject
Dim g As PdfGraphics
Dim rectangle As Rectangle
Dim zoomFactor As Single
instance.Print(g, rectangle, zoomFactor)
public virtual void Print(
PdfGraphics ,
Rectangle ,
float
)
Parameters
- g
- PDF graphics device interface
- rectangle
- Rectangle bounding the shape objects to print
- zoomFactor
- Scaling factor for zooming when printing
See Also