PrintDocument for WinForms
RenderBlockImage(Image) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderBlockImage メソッド : RenderBlockImage(Image) メソッド
Image to render.
Renders the 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
Image to render.

戻り値の型

Returns true if no warnings occur during rendering the object.
参照

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