FlexReport for WinForms
C1HtmlGraphics コンストラクタ


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > C1HtmlGraphics クラス : C1HtmlGraphics コンストラクタ
A System.Xml.XmlWriter object to set.
A C1.Document.C1Page object to set.
The image folder name.
Determines whether to save a single file.
Determines whether to draw special symbols.
Determines whether draw path or text.
Initializes a new instance of the C1HtmlGraphics class.
シンタックス
'宣言
 
Public Function New( _
   ByVal doc As System.Xml.XmlWriter, _
   ByVal page As C1Page, _
   ByVal imageFolder As System.String, _
   ByVal singleFile As System.Boolean, _
   Optional ByVal drawSpecialSymbols As System.Boolean, _
   Optional ByVal svgGlyphs 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 doc,
   C1Page page,
   System.string imageFolder,
   System.bool singleFile,
   System.bool drawSpecialSymbols,
   System.bool svgGlyphs
)

パラメータ

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.
参照

参照

C1HtmlGraphics クラス
C1HtmlGraphics メンバ