Back to Devexpress

IPageSettingsConfiguratorService Interface

wpf-devexpress-dot-xpf-dot-printing-80372f78.md

latest1.4 KB
Original Source

IPageSettingsConfiguratorService Interface

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

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public interface IPageSettingsConfiguratorService
vb
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

IPageSettingsConfiguratorService Members

DevExpress.Xpf.Printing Namespace