RenderDirectImage Method (C1PrintDocument)
In This Topic
Adds an
System.Drawing.Image to the
C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
Overload List
| Overload | Description |
| RenderDirectImage(Unit,Unit,Image,Object,Object,Style) | Adds an System.Drawing.Image to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. |
| RenderDirectImage(Unit,Unit,Image,Object,Object,ImageAlign) | Adds an System.Drawing.Image to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. |
| RenderDirectImage(Unit,Unit,Image) | Adds an System.Drawing.Image to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. |
See Also