WebViewerControl.Render Method |
Renders the control to the specified HTML writer.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxprotected override void Render(
HtmlTextWriter writer
)
Protected Overrides Sub Render (
writer As HtmlTextWriter
)
Parameters
- writer
- Type: System.Web.UI.HtmlTextWriter
The HtmlTextWriter object that receives the control content.
Remarks Caution |
---|
WebViewerControl control is not available for .NET Core. |
See Also