PictureFrameRelativeScaleWidth Property |
Returns or sets the scale of width (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 public float RelativeScaleWidth { get; set; }
Public Property RelativeScaleWidth As Single
Get
Set
public:
virtual property float RelativeScaleWidth {
float get () sealed;
void set (float value) sealed;
}
abstract RelativeScaleWidth : float32 with get, set
override RelativeScaleWidth : float32 with get, set
Property Value
Type:
SingleImplements
IPictureFrameRelativeScaleWidthSee Also