Skip to main content
All docs
V23.2

PageArea(String[], DXFont, BrickAlignment) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public PageArea(
    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