Hi,
I am using documentbuilder.insertimage to add an image to word document at particular location. But the image is going to the background of the existing image. How can I make it to overwrite the existing image and come to the foreground.
Here is my code
DocumentBuilder b = new DocumentBuilder(doc);
b.moveToHeaderFooter(HeaderFooterType.HEADER_PRIMARY);
b.insertImage(createByteImage(), RelativeHorizontalPosition.PAGE, 420, RelativeVerticalPosition.PAGE, 25, 150, 50,WrapType.NONE);
This very important and urgent. Please help
Sri
This message was posted using Aspose.Live 2 Forum