'宣言 Public Overloads Function RenderInlineImage( _ 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.RenderInlineImage(image)
public System.bool RenderInlineImage( System.Drawing.Image image )
パラメータ
- image
- The image to add to the RenderParagraph.Content of the current inline paragraph.
戻り値の型
true if no warnings were generated by this call, false otherwise.