Prints to PDF the control layer objects.
Syntax
Visual Basic (Usage) | Copy Code |
---|
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 bounds to print
- zoomFactor
- Numeric scaling factor
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also