Skip to main content

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

In This Article

Namespace: DevExpress.Xpf.Printing

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

#Declaration

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

#Parameters

Name Type
ownerWindow Window
currentPage Page
pagesCount Int32
currentWatermark Watermark
See Also