PrintDocument for WinForms
AddImage(Image,Style) メソッド


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > ParagraphObjectCollection クラス > AddImage メソッド : AddImage(Image,Style) メソッド
段落に追加する画像。
画像のレンダリングに使用するスタイル。
インライン画像を現在の段落に追加します。
シンタックス
'宣言
 
Public Overloads Function AddImage( _
   ByVal image As System.Drawing.Image, _
   ByVal style As Style _
) As ParagraphImage
'使用法
 
Dim instance As ParagraphObjectCollection
Dim image As System.Drawing.Image
Dim style As Style
Dim value As ParagraphImage
 
value = instance.AddImage(image, style)
public ParagraphImage AddImage( 
   System.Drawing.Image image,
   Style style
)

パラメータ

image
段落に追加する画像。
style
画像のレンダリングに使用するスタイル。

戻り値の型

画像を表すために作成された ParagraphImage オブジェクト。
解説
このメソッドは、 ParagraphImageを作成し、指定した画像とスタイルで初期化して、現在のコレクションに 追加します。
参照

ParagraphObjectCollection クラス
ParagraphObjectCollection メンバ
オーバーロード一覧