Click or drag to resize

DocumentRendererLLBeginPage Method

This method represents the Low-Level implementation of BeginPage. A subclass of DocumentRenderer would implement this method to do any processing to set up for rendering a given page. For exmaple, a particular rendered might need to create GDI Graphics objects or clear a frame buffer before rendering a page.

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 virtual void LLBeginPage(
	PdfGeneratedDocument document,
	BasePage page
)

Parameters

document
Type: Atalasoft.PdfDoc.GeneratingPdfGeneratedDocument
The document being rendered.
page
Type: Atalasoft.PdfDocBasePage
The page that is about to be rendered.
See Also