GdPicture.NET.14.WEB.DocuVieware.API
GdPicture14.WEB Namespace / DocuViewareControl Class / RenderControl Method
The System.IO.TextWriter object that receives the control content.
Specifies the z-index CSS property to be assigned to the control. Use -1 for automatic (default value).

In This Topic
RenderControl Method (DocuViewareControl)
In This Topic
Outputs the DocuviewareControl instance content to a provided System.IO.TextWriter object.
Syntax
'Declaration
 
Public Sub RenderControl( _
   ByVal TextWriter As TextWriter, _
   Optional ByVal ZIndex As Integer, _
   Optional ByVal renderScripts As Boolean, _
   Optional ByVal renderStyles As Boolean _
) 
public void RenderControl( 
   TextWriter TextWriter,
   int ZIndex,
   bool renderScripts,
   bool renderStyles
)

Parameters

TextWriter
The System.IO.TextWriter object that receives the control content.
ZIndex
Specifies the z-index CSS property to be assigned to the control. Use -1 for automatic (default value).
renderScripts
renderStyles
See Also