GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuVieware Class / RenderControl Method / RenderControl(HtmlTextWriter) Method

In This Topic
RenderControl(HtmlTextWriter) Method
In This Topic
Outputs the DocuVieware control content to a provided System.Web.UI.HtmlTextWriter object.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub RenderControl( _
   ByVal Writer As HtmlTextWriter _
) 
public override void RenderControl( 
   HtmlTextWriter Writer
)

Parameters

Writer
See Also