[]
        
(Showing Draft Content)

C1.C1Preview.C1MultiDocument.ItemGenerated

ItemGenerated Event

Occurs when the generation of a document associated with a C1MultiDocumentItem has completed. On some systems garbage collection does not always work correctly without explicit calls to GC. Use this event to call GC.Collect() to ensure that multi-document generation does not cause an out of memory exception.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public event MultiDocumentItemEventHandler ItemGenerated
Returns
Type Description
MultiDocumentItemEventHandler Occurs when the generation of a document associated with a has completed. On some systems garbage collection does not always work correctly without explicit calls to GC. Use this event to call GC.Collect() to ensure that multi-document generation does not cause an out of memory exception.