Namespace:
C1.C1Preview
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public bool RenderInlineImage( Image image, Style style ) |
Visual Basic |
---|
Public Function RenderInlineImage ( _ image As Image, _ style As Style _ ) As Boolean |
Parameters
- image
- Type: System.Drawing..::..Image
The image to add to the Content of the current inline paragraph.
- style
- Type: C1.C1Preview..::..Style
The Style to use for the image.
Return Value
true if no warnings were generated by this call, false otherwise.Remarks
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 StartDoc()()()() and EndDoc()()()() methods on the current document. For details, see RenderBlock(RenderObject).