PdfWebControlLiteRenderContents Method |
Renders the contents of the control to the specified writer.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax protected override void RenderContents(
HtmlTextWriter writer
)
Protected Overrides Sub RenderContents (
writer As HtmlTextWriter
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
See Also