Click or drag to resize

PdfRendererLLEndDoc Method

This method represents the Low-Level implementation of EndDoc. It is called once at the end of rendering a document after the final DocumentProgress event has been fired. If a document has an empty Pages collection, LLEndDoc will not be called. A concrete implementation of DocumentRenderer could use this method for cleaning up temporary files created during the rendering process.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void LLEndDoc(
	PdfGeneratedDocument document
)

Parameters

document
Type: Atalasoft.PdfDoc.GeneratingPdfGeneratedDocument
The document.
See Also