Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / Print Method / Print(PdfGraphics,Rectangle,Single) Method
PDF graphics device interface
Rectangle boundary the elements to print
Scaling factor for zooming


In This Topic
    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 g As PdfGraphics, _
       ByVal faceRect As Rectangle, _
       ByVal zoomFactor 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 g,
       Rectangle faceRect,
       float zoomFactor
    )

    Parameters

    g
    PDF graphics device interface
    faceRect
    Rectangle boundary the elements to print
    zoomFactor
    Scaling factor for zooming
    See Also