Click or drag to resize

PdfWebControlRenderContents Method

Renders the contents of the control to the specified writer.

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

Parameters

writer
Type: System.Web.UIHtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
See Also