| C1.C1Report.4 Assembly > C1.C1Preview Namespace > C1PrintDocument Class > RenderDirectImage Method : RenderDirectImage(Unit,Unit,Image,Object,Object,ImageAlign) Method |
'Declaration Public Overloads Sub RenderDirectImage( _ ByVal x As Unit, _ ByVal y As Unit, _ ByVal image As System.Drawing.Image, _ ByVal width As System.Object, _ ByVal height As System.Object, _ ByVal imageAlign As ImageAlign _ )
public void RenderDirectImage( Unit x, Unit y, System.Drawing.Image image, System.object width, System.object height, ImageAlign imageAlign )
This method can only be used between calls to StartDoc and EndDoc methods on the current document. For details, see RenderDirect(Unit,Unit,RenderObject,Object,Object).