Skip to main content

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

Namespace: DevExpress.Xpf.Printing

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

Declaration

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

Parameters

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