'宣言 Public Overloads Function RenderInlineImage( _ ByVal image As System.Drawing.Image, _ ByVal style As Style _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim image As System.Drawing.Image Dim style As Style Dim value As System.Boolean value = instance.RenderInlineImage(image, style)
パラメータ
- image
- 現在のインライン段落の RenderParagraph.Contentに追加する画像。
- style
- 画像に使用する Style。
戻り値の型
この呼び出しによって警告が発生しなかった場合は true、その他の場合は false。