シンタックス
'宣言
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
- page
- imageFolder
- singleFile
- drawSpecialSymbols
- svgGlyphs
参照