PageArea(String[], DXFont, BrickAlignment) Constructor
Initializes a new instance of the PageArea class with specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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