Click or drag to resize

DocumentRendererOnDocumentProgress Method

Raises the [E:DocumentProgress] event.

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 OnDocumentProgress(
	RenderProgressEventArgs e
)

Parameters

e
Type: Atalasoft.PdfDoc.Generating.RenderingRenderProgressEventArgs
The RenderProgressEventArgs instance containing the event data.
See Also