kysea 发表于 2015-4-3 14:05:00

【已完成】28-Working with C1MultiDocument

The C1MultiDocument component is designed to allow creating, persisting, and exporting large documents that cannot be handled by a single C1PrintDocument object due to memory limitations.

A C1MultiDocument object provides a Items collection that can contain one or more elements of the type C1MultiDocumentItem. Each such element represents a C1PrintDocument. Use of compression and temporary disk storage allows combining several C1PrintDocument objects into a large multi-document that would cause an out of memory condition if all pages belonged to a single C1PrintDocument. The following snippet of code illustrates how a multi-document might be created and previewed:
详情请参见文档

kysea 发表于 2015-4-23 17:13:00

恭喜GCDN用户考古程序猿已经完成翻译,获得 GCDN金币7326!

翻译文档如下:

页: [1]
查看完整版本: 【已完成】28-Working with C1MultiDocument