Method |
Description |
|
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 |
|
|