PageSettings Class
In This Article
Provides settings for a printed (exported) document.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PageSettings :
StateManager
#Related API Members
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