PrintDocument for WinForms
AddImage(Image) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ParagraphObjectCollection クラス > AddImage メソッド : AddImage(Image) メソッド
The image to add.
Adds an image to the current paragraph content.
シンタックス
'宣言
 
Public Overloads Function AddImage( _
   ByVal image As System.Drawing.Image _
) As ParagraphImage
'使用法
 
Dim instance As ParagraphObjectCollection
Dim image As System.Drawing.Image
Dim value As ParagraphImage
 
value = instance.AddImage(image)
public ParagraphImage AddImage( 
   System.Drawing.Image image
)

パラメータ

image
The image to add.

戻り値の型

A ParagraphImage object representing the specified image.
解説
This method creates a ParagraphImage, initializes it with the specified image, and adds it to the current collection.
参照

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