Click or drag to resize

PdfIntegrationProviderOnPageRenderOnDemand Method

Called before an page is rendered on demand.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public virtual void OnPageRenderOnDemand(
	PageRenderOnDemandEventArgs e
)

Parameters

e
Type: RadPdf.IntegrationPageRenderOnDemandEventArgs
An object (defined by PageRenderOnDemandEventArgs) that contains event data.
Remarks

Inheriting classes can override this method to perform other tasks or cancel the object data addition altogether. If this method is overridden in an inheriting class, you must call the base implementation.

This method is called whenever a request is made for an image for a document which is rendered on demand (whether the page is already rendered or not).

See Also