Skip to main content
A newer version of this page is available.

PageHeaderArea(String[], Font, BrickAlignment) Constructor

Initializes a new instance of the PageHeaderArea class with the specified content, font and line alignment.

Namespace: DevExpress.XtraPrinting

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

Declaration

public PageHeaderArea(
    string[] content,
    Font 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 Font

A Font 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