1 write to m_GDIExporter
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
435
m_GDIExporter
= queue.GetLegacyDevice();
12 references to m_GDIExporter
ReachFramework (12)
AlphaFlattener\MetroDevice.cs (12)
546
jobIdentifier =
m_GDIExporter
.StartDocument(m_PrintQueue.FullName, jobName, Configuration.OutputFile, m_Devmode);
574
m_GDIExporter
.EndDocument();
596
m_GDIExporter
.CreateDeviceContext(m_PrintQueue.FullName, jobName, m_Devmode);
601
m_GDIExporter
.DeleteDeviceContext();
610
m_GDIExporter
.StartDocumentWithoutCreatingDC(printerName, jobName, Configuration.OutputFile);
615
return
m_GDIExporter
.ExtEscGetName();
620
return
m_GDIExporter
.ExtEscMXDWPassThru();
627
m_GDIExporter
.EndDocument();
646
m_GDIExporter
.StartPage(GetDevmode(ticket, printTicketXMLStr), Configuration.RasterizationDPI);
650
m_GDIExporter
.StartPage(null, Configuration.RasterizationDPI);
662
ILegacyDevice ioc =
m_GDIExporter
;
680
m_GDIExporter
.EndPage();