[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintManager.Draw

Draw Method

Draw(Page, IList<PageInfo>, int, int, Order, PdfSaveOptions)

将页面集合中的页面按特定的排列方向绘制到一个页面上。

Declaration
public void Draw(Page page, IList<PageInfo> pages, int rows, int columns, Order order = Order.OverThenDown, PdfSaveOptions options = null)
Parameters
Type Name Description
Page page

GcPdfDocument 中的一个页面。

IList<PageInfo> pages

页面集合。

int rows

这些页面将被划分成的行数。

int columns

这些页面将被划分成的列数。

Order order

用于排列页面的方向。

PdfSaveOptions options

保存 pdf 文件的选项。

Draw(Page, PointF, IRange, PdfSaveOptions)

在指定PDF页面的特定位置绘制范围数据。

Declaration
public void Draw(Page page, PointF location, IRange range, PdfSaveOptions options = null)
Parameters
Type Name Description
Page page

GcPdfDocument中的页面。

PointF location

要绘制的范围数据的位置。

IRange range

打印数据范围。

PdfSaveOptions options

保存PDF文件的选项。

Draw(Page, RectangleF, IRange, PdfSaveOptions)

在指定PDF页面的特定位置绘制范围数据。

Declaration
public void Draw(Page page, RectangleF rect, IRange range, PdfSaveOptions options = null)
Parameters
Type Name Description
Page page

GcPdfDocument中的页面。

RectangleF rect

要绘制的范围数据的位置和大小。

IRange range

打印数据范围。

PdfSaveOptions options

保存PDF文件的选项。

Draw(Page, RectangleF, PageContentInfo, PdfSaveOptions)

在指定PDF页面的特定位置绘制页面信息。

Declaration
public void Draw(Page page, RectangleF rect, PageContentInfo pageContent, PdfSaveOptions options = null)
Parameters
Type Name Description
Page page

GcPdfDocument中的页面。

RectangleF rect

要绘制数据的位置和大小。

PageContentInfo pageContent

打印的页面内容信息。

PdfSaveOptions options

保存PDF文件的选项。

Draw(Page, RectangleF, PageInfo, PdfSaveOptions)

在指定PDF页面的特定位置绘制页面信息。

Declaration
public void Draw(Page page, RectangleF rect, PageInfo pageInfo, PdfSaveOptions options = null)
Parameters
Type Name Description
Page page

GcPdfDocument中的页面。

RectangleF rect

要绘制数据的位置和大小。

PageInfo pageInfo

打印的页面信息。

PdfSaveOptions options

保存PDF文件的选项。