PageArea Constructors
Serves as the base for classes that specify information to be displayed in page header and page footer areas.Name | Parameters | Description |
---|---|---|
PageArea() | none | Initializes a new instance of the PageArea class with the default settings. |
PageArea(String[], DXFont, BrickAlignment) | content, font, lineAlignment | Initializes a new instance of the PageArea class with specified settings. |
See Also