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

PageSettings Class

Provides settings for a printed (exported) document.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public class PageSettings :
    StateManager

The following members return PageSettings objects:

Remarks

Use the PageSettings.Margins and PageSettings.Landscape properties to specify the margins and orientation of a printed report. These settings can be accessed via the ASPxTreeListPrintSettings.PageSettings property.

Implements

Inheritance

Object
StateManager
PageSettings
See Also