Class PageLegend

Class PageLegend

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)

Represents a page legend which is used for project printing.

public class PageLegend

Inheritance

objectPageLegend

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PageLegend()

public PageLegend()

Properties

CenteredImage

Gets or sets the centered image to be displayed in the page legend.

public Image CenteredImage { get; set; }

Property Value

Image

CenteredText

Gets or sets the centered text to display in the page legend.

public string CenteredText { get; set; }

Property Value

string

LeftImage

Gets or sets the left aligned image to be displayed in the page legend.

public Image LeftImage { get; set; }

Property Value

Image

LeftText

Gets or sets the left aligned text to display in the page legend.

public string LeftText { get; set; }

Property Value

string

LegendOn

Gets or sets the pages on which the legend appears. Can be one of the values of the Aspose.Tasks.Visualization.Legend enumeration.

public Legend LegendOn { get; set; }

Property Value

Legend

RightImage

Gets or sets the right aligned image to be displayed in the page legend.

public Image RightImage { get; set; }

Property Value

Image

RightText

Gets or sets the right aligned text to display in the page legend.

public string RightText { get; set; }

Property Value

string

Width

Gets or sets the width of the legend.

public double Width { get; set; }

Property Value

double