C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / SvgRendering Constructor
The width of the SVG viewport, in device-independent pixels (1/96ths of an inch).
The height of the SVG viewport, in device-independent pixels (1/96ths of an inch).
The external System.Xml.XmlWriter object, by default used internal.

In This Topic
SvgRendering Constructor
In This Topic
Support SVG rendering interface.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As System.Single, _
   ByVal height As System.Single, _
   Optional ByVal doc As System.Xml.XmlWriter _
)
 

Parameters

width
The width of the SVG viewport, in device-independent pixels (1/96ths of an inch).
height
The height of the SVG viewport, in device-independent pixels (1/96ths of an inch).
doc
The external System.Xml.XmlWriter object, by default used internal.
See Also