PrintDocument for WinForms
Image プロパティ (TableCell)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCell クラス : Image プロパティ
Gets or sets the image contained in the current cell.
シンタックス
'宣言
 
Public Property Image As System.Drawing.Image
'使用法
 
Dim instance As TableCell
Dim value As System.Drawing.Image
 
instance.Image = value
 
value = instance.Image
public System.Drawing.Image Image {get; set;}
解説

Setting this property checks the current value of the TableCell.RenderObject property. If it is a RenderImage, the value is assigned to that object's RenderImage.Image.

Otherwise, a new RenderImage initialized with value is created and assigned to TableCell.RenderObject. Note that properties from the old TableCell.RenderObject are copied to the newly created RenderImage using the RenderObject.AssignFrom method. In particular, this copies the style from the old object to the new one.

Getting this property returns RenderImage.Image of RenderImage assigned to the TableCell.RenderObject on the current cell, or null if the current value of TableCell.RenderObject is not a RenderImage.

参照

TableCell クラス
TableCell メンバ
RenderObject プロパティ
Text プロパティ
Area プロパティ