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
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
CenteredText
Gets or sets the centered text to display in the page legend.
public string CenteredText { get; set; }
Property Value
LeftImage
Gets or sets the left aligned image to be displayed in the page legend.
public Image LeftImage { get; set; }
Property Value
LeftText
Gets or sets the left aligned text to display in the page legend.
public string LeftText { get; set; }
Property Value
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
RightImage
Gets or sets the right aligned image to be displayed in the page legend.
public Image RightImage { get; set; }
Property Value
RightText
Gets or sets the right aligned text to display in the page legend.
public string RightText { get; set; }
Property Value
Width
Gets or sets the width of the legend.
public double Width { get; set; }