Skip to main content

XtraPageSettings(PrintingSystemBase) Constructor

Initializes a new instance of the XtraPageSettings class with the specified printing system.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public XtraPageSettings(
    PrintingSystemBase ps
)

Parameters

Name Type Description
ps PrintingSystemBase

A PrintingSystemBase object, which identifies the printing system to be used.

See Also