Click or drag to resize

PdfWebControlRenderEndTag Method

Renders the HTML closing tag of the control into the specified writer.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public override void RenderEndTag(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
Remarks
At this time, PdfWebControl does not use an end tag.
See Also