Class PageViewSettings
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)
Represents printing settings for a project view.
public class PageViewSettings
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PageViewSettings()
public PageViewSettings()
Properties
FirstColumnsCount
Gets or sets the number of first columns to be printed on all pages.
public int FirstColumnsCount { get; set; }
Property Value
FitTimescaleToEndOfPage
Gets or sets a value indicating whether to fit timescale to the end of a page when printing.
public bool FitTimescaleToEndOfPage { get; set; }
Property Value
PrintAllSheetColumns
Gets or sets a value indicating whether to print all sheet columns of a view.
public bool PrintAllSheetColumns { get; set; }
Property Value
PrintBlankPages
Gets or sets a value indicating whether to print blank pages of a view.
public bool PrintBlankPages { get; set; }
Property Value
PrintFirstColumnsCountOnAllPages
Gets or sets a value indicating whether to print a specified number of first columns on all pages.
public bool PrintFirstColumnsCountOnAllPages { get; set; }
Property Value
PrintNotes
Gets or sets a value indicating whether to print notes.
public bool PrintNotes { get; set; }