Skip to main content

ExportSettings.SetOnPageUpdater(DependencyObject, IOnPageUpdater) Method

Sets the value of the ExportSettings.OnPageUpdater attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetOnPageUpdater(
    DependencyObject obj,
    IOnPageUpdater value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value DevExpress.Xpf.Printing.Native.IOnPageUpdater

The required DevExpress.Xpf.Printing.Native.IOnPageUpdater value.

See Also