Gtk.Print.RunPageSetupDialogAsync Method
Runs the Page Setup Dialog Asynchronously.

Syntax

public static void RunPageSetupDialogAsync (Window parent, PageSetup page_setup, PrintSettings settings, PageSetupDoneFunc done_cb)

Parameters

parent
Transient parent window for the dialog, or null.
page_setup
An existing Page Setup, or null.
settings
Print settings.
done_cb
Done notification callback.

Remarks

To block program execution until the dialog is dismissed, use Print.RunPageSetupDialog.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Since: Gtk# 2.10