Class PdfSaveOptions

Info

Specifies various options to control how the project is saved to PDF.

public class PdfSaveOptions

Inheritance

objectPdfSaveOptions

Inherited Members

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

bool


Timescale

Specifies the timescale (Days, Weeks, Months, etc.) used when rendering the project.

public Timescale Timescale { get; set; }

Property Value

Timescale


PresentationFormat

Specifies the presentation format for the exported PDF (e.g., GanttChart, ResourceUsage).

public PresentationFormat PresentationFormat { get; set; }

Property Value

PresentationFormat


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

List<TextStyle>

Namespace: Tasqize Assembly: Tasqize.dll