The System.IO.TextWriter object that receives the control content.

In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / RenderControl Method / RenderControl(TextWriter) Method

RenderControl(TextWriter) Method

In This Topic
Outputs the DocuVieware control content to a provided System.IO.TextWriter object.
Syntax
'Declaration
 
Public Overloads Sub RenderControl( _
   ByVal Writer As TextWriter _
) 
public void RenderControl( 
   TextWriter Writer
)

Parameters

Writer
The System.IO.TextWriter object that receives the control content.
See Also