C# Class CSReportDll.cPrinter

Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

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

Private Methods

Method Description
getPaperSize ( csReportPaperType paperSize ) : PaperSize

Method Details

cPrinter() public method

public cPrinter ( System.Windows.Forms.PrintDialog printDialog ) : System
printDialog System.Windows.Forms.PrintDialog
return System

getCopies() public method

public getCopies ( ) : int
return int

getDeviceName() public method

public getDeviceName ( ) : String
return String

getDriverName() public method

public getDriverName ( ) : String
return String

getGraph() public method

public getGraph ( ) : Graphics
return Graphics

getPaperInfo() public method

public getPaperInfo ( ) : cReportPaperInfo
return cReportPaperInfo

getPort() public method

public getPort ( ) : String
return String

setCopies() public method

public setCopies ( int rhs ) : void
rhs int
return void

setDeviceName() public method

public setDeviceName ( String rhs ) : void
rhs String
return void

setDriverName() public method

public setDriverName ( String rhs ) : void
rhs String
return void

setGraph() public method

public setGraph ( Graphics rhs ) : void
rhs Graphics
return void

setPaperInfo() public method

public setPaperInfo ( cReportPaperInfo rhs ) : void
rhs cReportPaperInfo
return void

setPort() public method

public setPort ( String rhs ) : void
rhs String
return void

showDialog() public method

public showDialog ( int pages ) : bool
pages int
return bool

starDoc() public method

public starDoc ( PrintDocument printDoc, String title, csReportPaperType paperSize, int orientation ) : bool
printDoc PrintDocument
title String
paperSize csReportPaperType
orientation int
return bool