Windows C++ Library
|
#include <PrinterDC.hpp>
Public Member Functions | |
CPrinterDC (const CPrinter &rPrinter) | |
~CPrinterDC () | |
virtual Device | Type () const |
bool | Start (const tchar *pszTitle) |
void | Abort () |
bool | End () |
bool | StartPage () |
bool | EndPage () |
CRect | PageArea () const |
CRect | PrintableArea () const |
size_t | PageNum () const |
Protected Attributes | |
size_t | m_nPage |
CPrinterDC::CPrinterDC | ( | const CPrinter & | rPrinter | ) |
CDC::Device CPrinterDC::Type | ( | ) | const [virtual] |
Implements CDC.
bool CPrinterDC::Start | ( | const tchar * | pszTitle | ) |
void CPrinterDC::Abort | ( | ) |
bool CPrinterDC::End | ( | ) |
bool CPrinterDC::StartPage | ( | ) |
bool CPrinterDC::EndPage | ( | ) |
CRect CPrinterDC::PageArea | ( | ) | const |
CRect CPrinterDC::PrintableArea | ( | ) | const |
size_t CPrinterDC::PageNum | ( | ) | const [inline] |
size_t CPrinterDC::m_nPage [protected] |