Class ViewSettings
Info
Represents optional explicit view settings for generating the PDF.
public class ViewSettingsInheritance
Inherited Members
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
ViewSettings()
Initializes a new instance of the ViewSettings class with default values.
public ViewSettings()Properties
ViewName
Gets or sets a custom view name to be applied when rendering the project to PDF.
public string ViewName { get; set; }Property Value
ShowLegend
Gets or sets a value indicating whether the view should display a legend.
public bool ShowLegend { get; set; }Property Value
ShowProgressLines
Gets or sets a value indicating whether the view should display progress lines.
public bool ShowProgressLines { get; set; }Property Value
Namespace: Tasqize Assembly: Tasqize.dll