[]
将页面信息添加到指定的 pdf 文档。
public void AppendPage(GcPdfDocument doc, PageInfo pageInfo, PdfSaveOptions options = null)
| Type | Name | Description |
|---|---|---|
| GcPdfDocument | doc | 指定的 GcPdfDocument。 |
| PageInfo | pageInfo | 打印的页面信息。 |
| PdfSaveOptions | options | 保存 pdf 文件的选项。 |