IPictureFrameRelativeScaleWidth 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)
Syntaxfloat RelativeScaleWidth { get; set; }
Property RelativeScaleWidth As Single
Get
Set
property float RelativeScaleWidth {
float get ();
void set (float value);
}
abstract RelativeScaleWidth : float32 with get, set
Property Value
Type:
Single
See Also