foreach (Shape docImagein doc.GetChildNodes(NodeType.Shape, true))
{
imageResolution= image.ImageData.ImageSize.HorizontalResolution;
}
Ex: Insert same image in a word doc multiple times .Then resize the image in the doc using MZ word for a particular image. When you check using Aspose.word we are getting the same resolution for all the images.
Thanks
Jaison Punnose