IPictureFrameRelativeScaleHeight Property |
Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax float RelativeScaleHeight { get; set; }
Property RelativeScaleHeight As Single
Get
Set
property float RelativeScaleHeight {
float get ();
void set (float value);
}
abstract RelativeScaleHeight : float32 with get, set
Property Value
Type:
SingleSee Also