Class PdfSaveOptions
Info
Specifies various options to control how the project is saved to PDF.
public class PdfSaveOptionsInheritance
Inherited Members
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
PdfSaveOptions()
Initializes a new instance of the Tasqize.PdfSaveOptions class with default settings.
public PdfSaveOptions()Properties
FitContent
Indicates whether the content should be fitted within the available cell size.
public bool FitContent { get; set; }Property Value
Timescale
Specifies the timescale (Days, Weeks, Months, etc.) used when rendering the project.
public Timescale Timescale { get; set; }Property Value
PresentationFormat
Specifies the presentation format for the exported PDF (e.g., GanttChart, ResourceUsage).
public PresentationFormat PresentationFormat { get; set; }Property Value
TextStyles
List of TextStyle objects applied to specific text items in the exported PDF.
public System.Collections.Generic.List<TextStyle> TextStyles { get; set; }Property Value
Namespace: Tasqize Assembly: Tasqize.dll