Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / draw Method / draw(PDDocument,PDPage,Rectangle,PageInfo,PdfSaveOptions) Method
The page in a PDF document.
The location and size of the data to be drawn.
The printed page info.
Options for saving pdf file.
In This Topic
    draw(PDDocument,PDPage,Rectangle,PageInfo,PdfSaveOptions) 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,
       PageInfo pageInfo,
       PdfSaveOptions options
    )

    Parameters

    doc
    page
    The page in a PDF document.
    rect
    The location and size of the data to be drawn.
    pageInfo
    The printed page info.
    options
    Options for saving pdf file.
    See Also