Class HeaderFooterInfo
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.4.0)
Represents header or footer data which is present in views and used for printing.
public class HeaderFooterInfo
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
HeaderFooterInfo()
Initializes a new instance of the Aspose.Tasks.Visualization.HeaderFooterInfo class.
public HeaderFooterInfo()
Properties
CenteredImage
Gets or sets the centered image to be displayed in the header or footer.
public Image CenteredImage { get; set; }
Property Value
CenteredImageSize
Gets or sets the displayed size of the center image.
public Size CenteredImageSize { get; set; }
Property Value
CenteredText
Gets or sets the centered text to display in the header or footer .
public string CenteredText { get; set; }
Property Value
LeftImage
Gets or sets the left aligned image to be displayed in the header or footer.
public Image LeftImage { get; set; }
Property Value
LeftImageSize
Gets or sets the displayed size of the left image.
public Size LeftImageSize { get; set; }
Property Value
LeftText
Gets or sets the left aligned text to display in the header or footer.
public string LeftText { get; set; }
Property Value
RightImage
Gets or sets the right aligned image to be displayed in the header or footer.
public Image RightImage { get; set; }
Property Value
RightImageSize
Gets or sets the displayed size of the right image.
public Size RightImageSize { get; set; }
Property Value
RightText
Gets or sets the right aligned text to display in the header or footer.
public string RightText { get; set; }