[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.Print

Print Method

Print(PdfGraphics, Rectangle, float)

Prints the shape objects.

Declaration
public virtual void Print(PdfGraphics g, Rectangle rectangle, float zoomFactor)
Public Overridable Sub Print(g As PdfGraphics, rectangle As Rectangle, zoomFactor As Single)
Parameters
Type Name Description
PdfGraphics g

PDF graphics device interface

Rectangle rectangle

Rectangle bounding the shape objects to print

float zoomFactor

Scaling factor for zooming when printing

Implements