SvgOptions

SvgOptions class

Inherits: Aspose::Tasks::Saving::SaveOptions

Allows to specify additional options when rendering project pages to SVG.

Constructors

NameDescription
SvgOptionsInitializes a new instance of the SvgOptions class that can be used to save project in SVG format.

Methods

NameDescription
get_PageSavingCallbackGets a user-defined implementation callback which is used to get an output stream for each rendered page.
get_UseGradientBrushDetermines whether to use gradient brush when rendering project layout.
set_PageSavingCallbackSets a user-defined implementation callback which is used to get an output stream for each rendered page.
set_UseGradientBrushDetermines whether to use gradient brush when rendering project layout.