Reports for WPF
RenderBlockImage(Image,Object,Object,Style) メソッド

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderBlockImage メソッド : RenderBlockImage(Image,Object,Object,Style) メソッド
レンダリングする画像。
画像ボックスの幅。null の場合は幅を自動調整。
画像ボックスの高さ。null の場合は高さを自動調整。
画像のスタイル。null の場合は、ドキュメントの画像のスタイルが使用されます。
画像をレンダリングします。
シンタックス
'宣言
 
Public Overloads Function RenderBlockImage( _
   ByVal image As System.Drawing.Image, _
   ByVal width As System.Object, _
   ByVal height As System.Object, _
   ByVal style As Style _
) As System.Boolean
public System.bool RenderBlockImage( 
   System.Drawing.Image image,
   System.object width,
   System.object height,
   Style style
)

パラメータ

image
レンダリングする画像。
width
画像ボックスの幅。null の場合は幅を自動調整。
height
画像ボックスの高さ。null の場合は高さを自動調整。
style
画像のスタイル。null の場合は、ドキュメントの画像のスタイルが使用されます。

戻り値の型

オブジェクトのレンダリング中に警告が発生しなかった場合は true を返します。
参照

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