1 write to m_GDIExporter
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
436
m_GDIExporter
= queue.GetLegacyDevice();
12 references to m_GDIExporter
ReachFramework (12)
AlphaFlattener\MetroDevice.cs (12)
547
jobIdentifier =
m_GDIExporter
.StartDocument(m_PrintQueue.FullName, jobName, Configuration.OutputFile, m_Devmode);
575
m_GDIExporter
.EndDocument();
597
m_GDIExporter
.CreateDeviceContext(m_PrintQueue.FullName, jobName, m_Devmode);
602
m_GDIExporter
.DeleteDeviceContext();
611
m_GDIExporter
.StartDocumentWithoutCreatingDC(printerName, jobName, Configuration.OutputFile);
616
return
m_GDIExporter
.ExtEscGetName();
621
return
m_GDIExporter
.ExtEscMXDWPassThru();
628
m_GDIExporter
.EndDocument();
647
m_GDIExporter
.StartPage(GetDevmode(ticket, printTicketXMLStr), Configuration.RasterizationDPI);
651
m_GDIExporter
.StartPage(null, Configuration.RasterizationDPI);
663
ILegacyDevice ioc =
m_GDIExporter
;
681
m_GDIExporter
.EndPage();