PrintDocument for WinForms
RenderBlockImage(Image) メソッド


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderBlockImage メソッド : RenderBlockImage(Image) メソッド
レンダリングする画像。
画像をレンダリングします。
シンタックス
'宣言
 
Public Overloads Function RenderBlockImage( _
   ByVal image As System.Drawing.Image _
) As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim image As System.Drawing.Image
Dim value As System.Boolean
 
value = instance.RenderBlockImage(image)
public System.bool RenderBlockImage( 
   System.Drawing.Image image
)

パラメータ

image
レンダリングする画像。

戻り値の型

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

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