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

    Parameters

    doc
    page
    The page in a PDF document.
    location
    The location of the range data to be drawn.
    range
    The print data range.
    options
    Options for saving pdf file.
    See Also