D
Dick Kusleika
I get a Word document with several images in it. Some of the images are so
large that my printer runs out of memory when it reaches that page. I'd
like to identify large images and reduce their size.
I don't have control over creating the document, so I can't reduce the image
size before inserting.
Where I'm stuck is in identifying the object. The document as 52 Shapes and
20 InlineShapes. The large pictures are in the Shapes collection, but not
in the InlineShapes collection. InlineShapes has a ScaleHeight property
which looks very promissing.
I'm not too smart about pictures in Word. I think when I personally insert
a picture, it's an InlineShape. But the pictures I'm dealing with appear to
be different. It's like they're in their own little box. The box can be
moved around and the text moves out of it's way.
So I'm looking for something like
ThisDocument.Shapes("Picture 438").???.ScaleHeight
Thanks,
large that my printer runs out of memory when it reaches that page. I'd
like to identify large images and reduce their size.
I don't have control over creating the document, so I can't reduce the image
size before inserting.
Where I'm stuck is in identifying the object. The document as 52 Shapes and
20 InlineShapes. The large pictures are in the Shapes collection, but not
in the InlineShapes collection. InlineShapes has a ScaleHeight property
which looks very promissing.
I'm not too smart about pictures in Word. I think when I personally insert
a picture, it's an InlineShape. But the pictures I'm dealing with appear to
be different. It's like they're in their own little box. The box can be
moved around and the text moves out of it's way.
So I'm looking for something like
ThisDocument.Shapes("Picture 438").???.ScaleHeight
Thanks,