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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderInlineImage メソッド : RenderInlineImage(Image,Style) メソッド
The image to add to the RenderParagraph.Content of the current inline paragraph.
The C1PrintDocument.Style to use for the image.
Renders an System.Drawing.Image into the current inline paragraph, using the specified C1PrintDocument.Style.
シンタックス
'宣言
 
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)
public System.bool RenderInlineImage( 
   System.Drawing.Image image,
   Style style
)

パラメータ

image
The image to add to the RenderParagraph.Content of the current inline paragraph.
style
The C1PrintDocument.Style to use for the image.

戻り値の型

true if no warnings were generated by this call, false otherwise.
解説
This method creates a new ParagraphImage object and adds it to the current internally maintained RenderParagraph object. A new paragraph is started if there is no current one.

This method can only be used between calls to C1PrintDocument.StartDoc and C1PrintDocument.EndDoc methods on the current document. For details, see C1PrintDocument.RenderBlock.

参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧
ParagraphImage クラス
RenderInlineBegin メソッド
RenderInlineEnd メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド
Warnings プロパティ