Reports for WPF
AddImage(Image) メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > ParagraphObjectCollection クラス > AddImage メソッド : AddImage(Image) メソッド
段落に追加する画像。
インライン画像を現在の段落に追加します。
シンタックス
'宣言
 
Public Overloads Function AddImage( _
   ByVal image As System.Drawing.Image _
) As ParagraphImage
public ParagraphImage AddImage( 
   System.Drawing.Image image
)

パラメータ

image
段落に追加する画像。

戻り値の型

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

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