[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintManager.AppendPage

AppendPage Method

AppendPage(GcPdfDocument, PageInfo, PdfSaveOptions)

将页面信息添加到指定的 pdf 文档。

Declaration
public void AppendPage(GcPdfDocument doc, PageInfo pageInfo, PdfSaveOptions options = null)
Parameters
Type Name Description
GcPdfDocument doc

指定的 GcPdfDocument。

PageInfo pageInfo

打印的页面信息。

PdfSaveOptions options

保存 pdf 文件的选项。