Documents for Excel, Java Edition Documentation
com.grapecity.documents.excel Package / PrintManager Class / draw Method / draw(PDDocument,PDPage,Rectangle,IRange) Method
The page in a GcPdfDocument.
The location and size of the range data to be drawn.
The print data range.
In This Topic
    draw(PDDocument,PDPage,Rectangle,IRange) Method
    In This Topic
    Draw the range data to the specific location in a specified pdf page.
    Syntax
    public void draw( 
       PDDocument doc,
       PDPage page,
       Rectangle rect,
       IRange range
    )

    Parameters

    doc
    page
    The page in a GcPdfDocument.
    rect
    The location and size of the range data to be drawn.
    range
    The print data range.
    See Also