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

    Parameters

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