CommonSlideViewPropertiesVariableScale Property |
Specifies that the view content should automatically scale to best fit the current window size.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public bool VariableScale { get; set; }
Public Property VariableScale As Boolean
Get
Set
public:
virtual property bool VariableScale {
bool get () sealed;
void set (bool value) sealed;
}
abstract VariableScale : bool with get, set
override VariableScale : bool with get, set
Property Value
Type:
BooleanImplements
ICommonSlideViewPropertiesVariableScaleSee Also