RenderControl Method (DocuViewareControl)
In This Topic
Outputs the DocuviewareControl instance content to a provided System.IO.TextWriter object.
Syntax
'Declaration
Public Sub RenderControl( _
ByVal As TextWriter, _
Optional ByVal As Integer, _
Optional ByVal As Boolean, _
Optional ByVal As Boolean _
)
public void RenderControl(
TextWriter ,
int ,
bool ,
bool
)
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