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 _
) 
public void RenderControl( 
   TextWriter TextWriter,
   int ZIndex
)

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).
See Also