How to create Image to add it in Images width out loading it like this MODI.Document doc = new MODI.Document(); doc.Create(path); Beacause The images are placed in the database so i don't want to read it from a file When I do this i get an Error, it is not posible to create them! MODI.Image myImage = new MODI.Image(); doc.Images.Add(myImage, null); I need this to put immages with stdole.IPictureDisp in myImage.Picture Can annyone help me how to do this? Thanx