IHtmlOptionsSvgResponsiveLayout Property |
True to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise.
Read/write
Boolean.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxbool SvgResponsiveLayout { get; set; }
Property SvgResponsiveLayout As Boolean
Get
Set
property bool SvgResponsiveLayout {
bool get ();
void set (bool value);
}
abstract SvgResponsiveLayout : bool with get, set
Property Value
Type:
Boolean
See Also