wxPrintDialogData

wxPrintDialogData

wxPrintDialogData
Functions for wxPrintDialogData class

This class holds information related to the visual characteristics of wxPrintDialog. It contains a wxPrintData object with underlying printing settings.

See: Overview printing, wxPrintDialog, Overview cmndlg

wxWidgets docs: wxPrintDialogData

Types

Returns true if the user requested that the selection be printed (where "selection" is a concept specific to the application).

Types

Returns true if the print data is valid for using in print dialogs.

This can return false on Windows if the current printer is not set, for example. On all other platforms, it returns true.

Types

Sets the default number of copies the user has requested to be printed out.

Types

Flag = boolean()

Selects the "Selection" radio button.

The effect of printing the selection depends on how the application implements this command, if at all.