[]
        
(Showing Draft Content)

C1.Document.Util.C1HtmlGraphics.-ctor

C1HtmlGraphics Constructor

C1HtmlGraphics(XmlWriter, C1Page, string, bool, bool, bool)

Initializes a new instance of the C1HtmlGraphics class.

Declaration
public C1HtmlGraphics(XmlWriter doc, C1Page page, string imageFolder, bool singleFile, bool drawSpecialSymbols = false, bool svgGlyphs = false)
Public Sub New(doc As XmlWriter, page As C1Page, imageFolder As String, singleFile As Boolean, Optional drawSpecialSymbols As Boolean = False, Optional svgGlyphs As Boolean = False)
Parameters
Type Name Description
XmlWriter doc

A XmlWriter object to set.

C1Page page

A C1.Document.C1Page object to set.

string imageFolder

The image folder name.

bool singleFile

Determines whether to save a single file.

bool drawSpecialSymbols

Determines whether to draw special symbols.

bool svgGlyphs

Determines whether draw path or text.