ICommonSlideViewPropertiesVariableScale 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: 22.5.0.0 (22.5)
Syntaxbool VariableScale { get; set; }
Property VariableScale As Boolean
Get
Set
property bool VariableScale {
bool get ();
void set (bool value);
}
abstract VariableScale : bool with get, set
Property Value
Type:
Boolean
See Also