Hi,
I am trying to insert an image to a word file with the following code:
builder.InsertImage(Request.ServerVariables("APPL_PHYSICAL_PATH") & "\" & "doc.jpg", RelativeHorizontalPosition.Page, HorizontalAlignment.Left, RelativeVerticalPosition.Page, VerticalAlignment.Bottom, 50, 50, WrapType.Square)
I want the image to appear at the bottom left of my doc file.
But the image keeps appearing at the top left.
What am i doing wrong ?
Could you help me?
Regards,
Eleni