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

IWatermarkService.Edit(Window, Page, Int32, Watermark) Method

For internal use. Modifies the settings of a document watermark.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

void Edit(
    Window ownerWindow,
    Page currentPage,
    int pagesCount,
    Watermark currentWatermark
)

Parameters

Name Type Description
ownerWindow Window

A Window object.

currentPage Page

A Page object.

pagesCount Int32

An integer value, specifying the page count.

currentWatermark Watermark

A Watermark object.

See Also