Table of Contents

Method ExecutePrintPreviewDialog

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

ExecutePrintPreviewDialog(DependencyObject)

When implemented by a class, initializes and runs print preview dialog.

bool ExecutePrintPreviewDialog(DependencyObject ownerwnd)

Parameters

ownerwnd DependencyObject

Any object that represents the top-level window that will own the modal dialog box.

Returns

bool

True if the user clicks OK in the dialog box; otherwise false.