PrintDocument for WinForms
AddImage(String) メソッド


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

パラメータ

imageName
A string that is assigned to the ParagraphImage.ImageName property.

戻り値の型

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

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