
Public Member Functions | |
| this (WindowBase p) | |
| Constructs a new PrintDialog. | |
| bool | show () |
| Displays the dialog box to print a document. | |
| void | print (Printout p) |
| Prints a document using the settings in this PrintDialog. | |
| ~this () | |
| smjg.libs.sdwf.print.PrintDialog.this | ( | WindowBase | p | ) |
Constructs a new PrintDialog.
Reimplemented from smjg.libs.sdwf.commondialog.CommonDialog.
| smjg.libs.sdwf.print.PrintDialog.~this | ( | ) |
| bool smjg.libs.sdwf.print.PrintDialog.show | ( | ) |
| void smjg.libs.sdwf.print.PrintDialog.print | ( | Printout | p | ) |
Prints a document using the settings in this PrintDialog.
| p | document to print. |
| uint smjg.libs.sdwf.print.PrintDialog._structSize = PRINTDLGA.sizeof |
| HWND smjg.libs.sdwf.print.PrintDialog._parentHandle = null |
| HANDLE smjg.libs.sdwf.print.PrintDialog._devMode = null |
| HANDLE smjg.libs.sdwf.print.PrintDialog._devNames = null |
| HDC smjg.libs.sdwf.print.PrintDialog._dcHandle = null |
| PD smjg.libs.sdwf.print.PrintDialog.flags = PD.ALLPAGES | PD.RETURNDC |
| ushort smjg.libs.sdwf.print.PrintDialog.fromPage = 1 |
The selected first page to print.
| ushort smjg.libs.sdwf.print.PrintDialog.toPage = 1 |
| ushort smjg.libs.sdwf.print.PrintDialog.minPage = 1 |
The number of the first page of the document.
| ushort smjg.libs.sdwf.print.PrintDialog.maxPage = 1 |
The number of the last page of the document.
This value can be set to ushort.max, to indicate that the number of pages is as yet unknown.
| ushort smjg.libs.sdwf.print.PrintDialog.copies = 1 |
The number of copies to print.
| HINSTANCE smjg.libs.sdwf.print.PrintDialog._instanceHandle = null |
| LPPRINTHOOKPROC smjg.libs.sdwf.print.PrintDialog._printHook = null |
| LPSETUPHOOKPROC smjg.libs.sdwf.print.PrintDialog._setupHook = null |
| LPCTSTR smjg.libs.sdwf.print.PrintDialog._printTemplateName = null |
| LPCTSTR smjg.libs.sdwf.print.PrintDialog._setupTemplateName = null |
| HANDLE smjg.libs.sdwf.print.PrintDialog._printTemplateHandle = null |
| HANDLE smjg.libs.sdwf.print.PrintDialog._setupTemplateHandle = null |
| PRINTDLGA smjg.libs.sdwf.print.PrintDialog.spec |
This dialog specification as a Windows PRINTDLG structure.
1.5.4