Click or drag to resize

PdfRendererLLBeginDoc Method

This method represents the Low-Level implementation of BeginDoc. It is called once at the start of rendering the document after the first DocumentProgress event has been fired, but before the first page is rendered. If a document has an empty Pages collection, LLBeginDoc will not be called. The default implementation does nothing.

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 LLBeginDoc(
	PdfGeneratedDocument document
)

Parameters

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