1 write to m_GDIExporter
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
437
m_GDIExporter
= queue.GetLegacyDevice();
12 references to m_GDIExporter
ReachFramework (12)
AlphaFlattener\MetroDevice.cs (12)
548
jobIdentifier =
m_GDIExporter
.StartDocument(m_PrintQueue.FullName, jobName, Configuration.OutputFile, m_Devmode);
576
m_GDIExporter
.EndDocument();
598
m_GDIExporter
.CreateDeviceContext(m_PrintQueue.FullName, jobName, m_Devmode);
603
m_GDIExporter
.DeleteDeviceContext();
612
m_GDIExporter
.StartDocumentWithoutCreatingDC(printerName, jobName, Configuration.OutputFile);
617
return
m_GDIExporter
.ExtEscGetName();
622
return
m_GDIExporter
.ExtEscMXDWPassThru();
629
m_GDIExporter
.EndDocument();
648
m_GDIExporter
.StartPage(GetDevmode(ticket, printTicketXMLStr), Configuration.RasterizationDPI);
652
m_GDIExporter
.StartPage(null, Configuration.RasterizationDPI);
664
ILegacyDevice ioc =
m_GDIExporter
;
682
m_GDIExporter
.EndPage();