SvgOptions
SvgOptions class
Inherits: Aspose::Tasks::Saving::SaveOptions
Allows to specify additional options when rendering project pages to SVG.
Constructors
| Name | Description |
|---|---|
| SvgOptions | Initializes a new instance of the SvgOptions class that can be used to save project in SVG format. |
Methods
| Name | Description |
|---|---|
| get_PageSavingCallback | Gets a user-defined implementation callback which is used to get an output stream for each rendered page. |
| get_UseGradientBrush | Determines whether to use gradient brush when rendering project layout. |
| set_PageSavingCallback | Sets a user-defined implementation callback which is used to get an output stream for each rendered page. |
| set_UseGradientBrush | Determines whether to use gradient brush when rendering project layout. |