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

IPageSettingsConfiguratorService Interface

When implemented by a class, enables it to configure the document page settings.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public interface IPageSettingsConfiguratorService

Remarks

The IPageSettingsConfiguratorService interface provides the IPageSettingsConfiguratorService.Configure method, which configures the specified XtraPageSettingsBase descendant.

An object implementing the IPageSettingsConfiguratorService interface is passed as a parameter by an overloaded constructor of the XtraReportPreviewModel class.

See Also