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

    Parameters

    doc
    page
    The page in a GcPdfDocument.
    rect
    The location and size of the data to be drawn.
    pageContent
    The printed page content info.
    See Also