Class PageInfo
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)
Represents page setup data which is present in MPP file format and used for printing.
public class PageInfo
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PageInfo()
Initializes a new instance of the Aspose.Tasks.Visualization.PageInfo class. Represents page setup data which is present in MPP file format and used for printing.
public PageInfo()
Properties
Footer
Gets or sets an instance of the Aspose.Tasks.Visualization.HeaderFooterInfo class which represents a footer data.
public HeaderFooterInfo Footer { get; set; }
Property Value
Header
Gets or sets the instance of the Aspose.Tasks.Visualization.HeaderFooterInfo class which represents a header data.
public HeaderFooterInfo Header { get; set; }
Property Value
Legend
Gets or sets an instance of the Aspose.Tasks.Visualization.PageLegend class which specifies rendering options of page legend.
public PageLegend Legend { get; set; }
Property Value
Remarks
Currently is applicable only to Gantt Chart views.
Margins
Gets an instance of the Aspose.Tasks.Visualization.PageMargins class which specifies page margins.
public PageMargins Margins { get; }
Property Value
Name
Gets the name of the view for which set-up data is used.
public string Name { get; }
Property Value
PageSettings
Gets an instance of the Aspose.Tasks.Visualization.PageInfo.PageSettings class which specifies page printing settings.
public PageSettings PageSettings { get; }
Property Value
PageViewSettings
Gets an instance of the Aspose.Tasks.Visualization.PageInfo.PageViewSettings class which specifies page view printing settings.
public PageViewSettings PageViewSettings { get; }