PrintDocument for WinForms
RenderBlockImage(Image,Object,Object,Style) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderBlockImage メソッド : RenderBlockImage(Image,Object,Object,Style) メソッド
Image to render.
Width of an image box. If null then autowidth.
Height of an image box. If null then autoheight.
Style of the image. If null then the style for an image of document is used.
Renders the Image.
シンタックス
'宣言
 
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
'使用法
 
Dim instance As C1PrintDocument
Dim image As System.Drawing.Image
Dim width As System.Object
Dim height As System.Object
Dim style As Style
Dim value As System.Boolean
 
value = instance.RenderBlockImage(image, width, height, style)
public System.bool RenderBlockImage( 
   System.Drawing.Image image,
   System.object width,
   System.object height,
   Style style
)

パラメータ

image
Image to render.
width
Width of an image box. If null then autowidth.
height
Height of an image box. If null then autoheight.
style
Style of the image. If null then the style for an image of document is used.

戻り値の型

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

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