Gtk.Print.RunPageSetupDialog Method
Runs the Page Setup Dialog.

Syntax

public static PageSetup RunPageSetupDialog (Window parent, PageSetup page_setup, PrintSettings settings)

Parameters

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

Returns

The user specified Page Setup.

Remarks

For a non-blocking dialog, use Print.RunPageSetupDialogAsync.

Requirements

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