ScaleX (Property)

Applies To:

Picture object

Description:

Sets the horizontal scale of a picture object.

This property corresponds to the Percent Scale Width field on the Picture Properties dialog.

Action:

Read-write, Numeric

Example:

This example shows how to reduce the width of the picture by 50%:

ActiveDocument.Sections["Report"].Body.Shapes["Picture"].ScaleX = 50