Class PageInfo

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

objectPageInfo

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

HeaderFooterInfo

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

HeaderFooterInfo

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

PageLegend

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

PageMargins

Name

Gets the name of the view for which set-up data is used.

public string Name { get; }

Property Value

string

PageSettings

Gets an instance of the Aspose.Tasks.Visualization.PageInfo.PageSettings class which specifies page printing settings.

public PageSettings PageSettings { get; }

Property Value

PageSettings

PageViewSettings

Gets an instance of the Aspose.Tasks.Visualization.PageInfo.PageViewSettings class which specifies page view printing settings.

public PageViewSettings PageViewSettings { get; }

Property Value

PageViewSettings