Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / Draw Method / Draw(Page,RectangleF,PageInfo,PdfSaveOptions) Method
The page in a GcPdfDocument.
The location and size of the data to be drawn.
The printed page info.
Options for saving pdf file.
In This Topic
    Draw(Page,RectangleF,PageInfo,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,
       PageInfo pageInfo,
       PdfSaveOptions options
    )

    Parameters

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