MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SetConvertEncoding

Method SetConvertEncoding

source/ParallelPrinter.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 1

DlgPrinterOKMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected