C# 클래스 CSReportDll.cPrintAPI

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net

공개 메소드들

메소드 설명
getDefaultPrinter ( String &deviceName, String &driverName, String &port, int &paperSize, int &orientation, int &width, int &height ) : void
getcPrinterFromDefaultPrinter ( System.Windows.Forms.PrintDialog printDialog ) : cPrinter

비공개 메소드들

메소드 설명
endDoc ( int m_hDC ) : int
getPaperSizeFromSizeName ( string sizeName ) : int
getSizeFromPaperSize ( csReportPaperType paperSize, int orientation, int &width, int &height ) : void
getcPrint ( System.Windows.Forms.PrintDialog printDialog, string deviceName, string driverName, string port ) : cPrinter
getcPrint ( System.Windows.Forms.PrintDialog printDialog, string deviceName, string driverName, string port, int orientation, int paperSize, int width, int height ) : cPrinter
printerPaperBinNameToId ( string p, string p_2, string paperBin ) : int
printerSetPaperBin ( string m_deviceName, int m_oldPaperBin ) : void
showPrintDialog ( System.Windows.Forms.PrintDialog printDialog, string &deviceName, string &driverName, string &port, csReportPaperType &paperSize, int &orientation, int &fromPage, int &toPage, int &copies, int &paperBin ) : bool

메소드 상세

getDefaultPrinter() 공개 정적인 메소드

public static getDefaultPrinter ( String &deviceName, String &driverName, String &port, int &paperSize, int &orientation, int &width, int &height ) : void
deviceName String
driverName String
port String
paperSize int
orientation int
width int
height int
리턴 void

getcPrinterFromDefaultPrinter() 공개 정적인 메소드

public static getcPrinterFromDefaultPrinter ( System.Windows.Forms.PrintDialog printDialog ) : cPrinter
printDialog System.Windows.Forms.PrintDialog
리턴 cPrinter