'宣言 Public Overloads Function RenderBlockImage( _ ByVal image As System.Drawing.Image, _ ByVal width As System.Object, _ ByVal height As System.Object, _ ByVal imageAlign As ImageAlign _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim image As System.Drawing.Image Dim width As System.Object Dim height As System.Object Dim imageAlign As ImageAlign Dim value As System.Boolean value = instance.RenderBlockImage(image, width, height, imageAlign)
public System.bool RenderBlockImage( System.Drawing.Image image, System.object width, System.object height, ImageAlign imageAlign )
パラメータ
- image
 - Image to render.
 - width
 - Width of an image box. If null then autowidth.
 - height
 - Height of an image box. If null then autoheight.
 - imageAlign
 - Alignment of an image.
 
戻り値の型
Returns true if no warnings occur during rendering the object.