Метод | Описание | |
---|---|---|
cPrinter ( System.Windows.Forms.PrintDialog printDialog ) : System | ||
getCopies ( ) : int | ||
getDeviceName ( ) : String | ||
getDriverName ( ) : String | ||
getGraph ( ) : Graphics | ||
getPaperInfo ( ) : cReportPaperInfo | ||
getPort ( ) : String | ||
setCopies ( int rhs ) : void | ||
setDeviceName ( String rhs ) : void | ||
setDriverName ( String rhs ) : void | ||
setGraph ( Graphics rhs ) : void | ||
setPaperInfo ( cReportPaperInfo rhs ) : void | ||
setPort ( String rhs ) : void | ||
showDialog ( int pages ) : bool | ||
starDoc ( PrintDocument printDoc, String title, csReportPaperType paperSize, int orientation ) : bool |
Метод | Описание | |
---|---|---|
getPaperSize ( csReportPaperType paperSize ) : PaperSize |
public cPrinter ( System.Windows.Forms.PrintDialog printDialog ) : System | ||
printDialog | System.Windows.Forms.PrintDialog | |
Результат | System |
public getPaperInfo ( ) : cReportPaperInfo | ||
Результат | cReportPaperInfo |
public setDeviceName ( String rhs ) : void | ||
rhs | String | |
Результат | void |
public setDriverName ( String rhs ) : void | ||
rhs | String | |
Результат | void |
public setPaperInfo ( cReportPaperInfo rhs ) : void | ||
rhs | cReportPaperInfo | |
Результат | void |
public starDoc ( PrintDocument printDoc, String title, csReportPaperType paperSize, int orientation ) : bool | ||
printDoc | PrintDocument | |
title | String | |
paperSize | csReportPaperType | |
orientation | int | |
Результат | bool |