Skip to main content

IDocumentPreviewModel.WatermarkCommand Property

Runs the Watermark dialog for the current document.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

ICommand WatermarkCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface, that defines the command.

Remarks

The following image demonstrates the Watermark dialog.

watermark-dialog-document-preview-wpf

To learn more on using commands, refer to MSDN.

See Also