[]
Initializes a new instance of the C1HtmlGraphics class.
public C1HtmlGraphics(XmlWriter doc, C1Page page, string imageFolder, bool singleFile, bool drawSpecialSymbols = false, bool svgGlyphs = false)
| Type | Name | Description |
|---|---|---|
| XmlWriter | doc | A System.Xml.XmlWriter object to set. |
| C1Page | page | A C1.WPF.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. |