[]
        
(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)
Parameters
Type Name Description
XmlWriter doc

A System.Xml.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.