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

    Parameters

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