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


In This Topic
    Print(PdfGraphics,Rectangle,Single) Method
    In This Topic
    Prints the elements of the notes in the container.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Print( _
       ByVal g As PdfGraphics, _
       ByVal rectangle As Rectangle, _
       ByVal zoomFactor As Single _
    ) 
    'Usage
     
    
    Dim instance As SpreadNotesContainer
    Dim g As PdfGraphics
    Dim rectangle As Rectangle
    Dim zoomFactor As Single
     
    instance.Print(g, rectangle, zoomFactor)
    public override void Print( 
       PdfGraphics g,
       Rectangle rectangle,
       float zoomFactor
    )

    Parameters

    g
    PDF graphics device interface
    rectangle
    Rectangular boundary of the elements to print
    zoomFactor
    Scaling factor for zooming
    See Also