Initializes a new instance of the
C1HtmlGraphics class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Xml.XmlWriter, _
ByVal As C1Page, _
ByVal As System.String, _
ByVal As System.Boolean, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
)
'使用法
Dim doc As System.Xml.XmlWriter
Dim page As C1Page
Dim imageFolder As System.String
Dim singleFile As System.Boolean
Dim drawSpecialSymbols As System.Boolean
Dim svgGlyphs As System.Boolean
Dim instance As New C1HtmlGraphics(doc, page, imageFolder, singleFile, drawSpecialSymbols, svgGlyphs)
public C1HtmlGraphics(
System.Xml.XmlWriter ,
C1Page ,
System.string ,
System.bool ,
System.bool ,
System.bool
)
パラメータ
- doc
- A System.Xml.XmlWriter object to set.
- page
- A C1.Document.C1Page object to set.
- imageFolder
- The image folder name.
- singleFile
- Determines whether to save a single file.
- drawSpecialSymbols
- Determines whether to draw special symbols.
- svgGlyphs
- Determines whether draw path or text.
参照