Object.PercentWidth Property

ClosedDescription

Sets or returns a picture object's percentage of original width.

ClosedSyntax

Objects(<object name or index>).PercentWidth = Value

Where Value is the scale percentage of the original picture's width.

ClosedRemarks

The Object.PercentWidth property sets or returns the picture object's width as a percentage of the width of the original picture. For example, a value of 50 will reduce the picture object's width by 50%. If the Object.PreserveAspectRatio property is set to true, then both the width and height values will be modified to preserve the aspect ratio of the image.

Related Topics