Skip to main content
All docs
V25.1
  • PageFooterArea(String[], DXFont, BrickAlignment) Constructor

    Initializes a new instance of the PageFooterArea class with specified settings.

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public PageFooterArea(
        string[] content,
        DXFont font,
        BrickAlignment lineAlignment
    )

    Parameters

    Name Type Description
    content String[]

    An array of String values, representing content strings. This value is assigned to the PageArea.Content property.

    font DXFont

    A DXFont value, which is used to draw the page area’s text. This value is assigned to the PageArea.Font property.

    lineAlignment BrickAlignment

    A BrickAlignment enumeration value specifying the content alignment. This value is assigned to the PageArea.LineAlignment property.

    See Also