Class SvgOptions

Class SvgOptions

Namespace: Aspose.Tasks.Saving
Assembly: Aspose.Tasks.dll (25.2.0)

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

public class SvgOptions : SaveOptions

Inheritance

objectSimpleSaveOptionsSaveOptionsSvgOptions

Inherited Members

SaveOptions.BarStyles, SaveOptions.DrawNonWorkingTime, SaveOptions.EndDate, SaveOptions.FitTimescaleToEndOfPage, SaveOptions.FitContent, SaveOptions.Gridlines, SaveOptions.LegendDrawingOptions, SaveOptions.MarkCriticalTasks, SaveOptions.NonWorkingTimeColor, SaveOptions.PageCount, SaveOptions.PageSize, SaveOptions.IsPortrait, SaveOptions.PresentationFormat, SaveOptions.RollUpGanttBars, SaveOptions.StartDate, SaveOptions.TextStyles, SaveOptions.Timescale, SaveOptions.UseGradientBrush, SaveOptions.View, SaveOptions.ViewSettings, SaveOptions.CustomPageSize, SaveOptions.RenderToSinglePage, SimpleSaveOptions.project, SimpleSaveOptions.SaveFormat, SimpleSaveOptions.TasksComparer, SimpleSaveOptions.TasksFilter, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

SvgOptions()

Initializes a new instance of the Aspose.Tasks.Saving.SvgOptions class that can be used to save project in SVG format.

public SvgOptions()

Properties

PageSavingCallback

Gets or sets a user-defined implementation callback which is used to get an output stream for each rendered page.

public IPageSavingCallback PageSavingCallback { get; set; }

Property Value

IPageSavingCallback

UseGradientBrush

Determines whether to use gradient brush when rendering project layout. Currently using of gradient brush is not supported for rendering to SVG.

public override bool UseGradientBrush { get; set; }

Property Value

bool