Click or drag to resize

PdfWebControlLiteRenderChildren Method

Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
protected override void RenderChildren(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The HtmlTextWriter object that receives the rendered content.
Remarks
At this time, PdfWebControlLite does not support child controls.
See Also