Creates the options for saving svg file.
NOTE: This constructor is now obsolete.
Instead, please use SvgSaveOptions() constructor.
This property will be removed 12 months later since August 2022.
Aspose apologizes for any inconvenience you may have experienced.
Parameters:
saveFormat - A SaveFormat value. The file format.
It must be svg.
Property Getters/Setters Detail
getSheetIndex/setSheetIndex
public int getSheetIndex() / public void setSheetIndex(int value)
Gets and sets which worksheet should be exported.
If the value is -1, the active worksheet will be exported.
Gets or sets the IStreamProvider for exporting objects.
If saving as SVG or Tiff, this property is ignored .
Otherwise, if more than one image should be saving, we will write other images by this.
public boolean getUpdateSmartArt() / public void setUpdateSmartArt(boolean value)
Indicates whether updating smart art setting.
The default value is false.
Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.