Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / Draw Method / Draw(Page,RectangleF,PageContentInfo,PdfSaveOptions) Method
The page in a GcPdfDocument.
The location and size of the data to be drawn.
The printed page content info.
Options for saving pdf file.
In This Topic
    Draw(Page,RectangleF,PageContentInfo,PdfSaveOptions) Method
    In This Topic
    Draw the page info to the specific location in a specified pdf page.
    Syntax
    public void Draw( 
       GrapeCity.Documents.Pdf.Page page,
       System.Drawing.RectangleF rect,
       PageContentInfo pageContent,
       PdfSaveOptions options
    )

    Parameters

    page
    The page in a GcPdfDocument.
    rect
    The location and size of the data to be drawn.
    pageContent
    The printed page content info.
    options
    Options for saving pdf file.
    See Also