Object.PercentHeight Property

關閉描述

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

關閉語法

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

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

關閉備註

The Object.PercentHeight property sets or returns the picture object's height as a percentage of the height of the original picture.For example, a value of 50 will reduce the picture object's height 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.

相關主題