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