'宣言 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.