Public Member Functions | |
this (Printout printout, Printout printoutForPrinting, PrintDialogData data) | |
this (Printout printout, Printout printoutForPrinting) | |
this (Printout printout, Printout printoutForPrinting, PrintData data) | |
bool | SetCurrentPage (int pageNum) |
int | CurrentPage () |
void | CurrentPage (int value) |
void | printout (Printout value) |
Printout | printout () |
Printout | PrintoutForPrinting () |
void | frame (Frame value) |
Frame | frame () |
Window | Canvas () |
void | Canvas (Window value) |
bool | PaintPage (Window canvas, inout DC dc) |
bool | DrawBlankPage (Window canvas, inout DC dc) |
bool | RenderPage (int pageNum) |
PrintDialogData | printDialogData () |
void | Zoom (int value) |
int | Zoom () |
int | MaxPage () |
int | MinPage () |
bool | Ok () |
void | Ok (bool value) |
bool | Print (bool interactive) |
void | DetermineScaling () |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
this | ( | Printout | printout, | |
Printout | printoutForPrinting, | |||
PrintDialogData | data | |||
) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
bool SetCurrentPage | ( | int | pageNum | ) |
int CurrentPage | ( | ) |
void CurrentPage | ( | int | value | ) |
void printout | ( | Printout | value | ) |
Printout printout | ( | ) |
Printout PrintoutForPrinting | ( | ) |
void frame | ( | Frame | value | ) |
Frame frame | ( | ) |
Window Canvas | ( | ) |
void Canvas | ( | Window | value | ) |
bool RenderPage | ( | int | pageNum | ) |
PrintDialogData printDialogData | ( | ) |
void Zoom | ( | int | value | ) |
int Zoom | ( | ) |
int MaxPage | ( | ) |
int MinPage | ( | ) |
bool Ok | ( | ) |
void Ok | ( | bool | value | ) |
bool Print | ( | bool | interactive | ) |
void DetermineScaling | ( | ) |