apos.x = 1000
apos.y = 1000
aSize.Width = 10000
aSize.Height = 10000
Set oLinked =
oDoc.createinstance("com.sun.star.drawing.GraphicObjectShape")
oLinked.GraphicURL = "file:///e:/5346"
oLinked.Position = apos
oLinked.Size = aSize
oPage.Add (oLinked)
i have used the above code, but no use of resizing the image.