DeferredScripts Method (DocuViewareControl)
In This Topic
Outputs the initialization scripts content of the DocuVieware control instance to a provided System.IO.TextWriter object.
Syntax
'Declaration
Public Sub DeferredScripts( _
ByVal As TextWriter, _
Optional ByVal As Boolean, _
Optional ByVal As Boolean _
)
public void DeferredScripts(
TextWriter ,
bool ,
bool
)
Parameters
- TextWriter
- The System.IO.TextWriter object that receives the scripts content.
- IncludeTag
- Specifies if the scripts has to be rendered wrapped by '<script>' tag or not. (default value set to true)
- IncludeResource
- Specify whether the JS file (docuvieware-min.js) should be included. Multiple inclusions would result in an unnecessary increase of the rendered page size. (default value set to false)
See Also