| 53 | void SetDumpToPrinter(bool value) { m_bDumpToPrinter = value; } |
| 54 | bool GetConvertEncoding(void) { return m_bConvertEncoding; } |
| 55 | void SetConvertEncoding(bool value) { m_bConvertEncoding = value; } |
| 56 | bool GetFilterUnprintable(void) { return m_bFilterUnprintable; } |
| 57 | void SetFilterUnprintable(bool value) { m_bFilterUnprintable = value; } |
| 58 | bool GetPrinterAppend(void) { return m_bPrinterAppend; } |