C# Class CSReportDll.cPrinter

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
getPaperSize ( csReportPaperType paperSize ) : PaperSize

Method Details

cPrinter() public méthode

public cPrinter ( System.Windows.Forms.PrintDialog printDialog ) : System
printDialog System.Windows.Forms.PrintDialog
Résultat System

getCopies() public méthode

public getCopies ( ) : int
Résultat int

getDeviceName() public méthode

public getDeviceName ( ) : String
Résultat String

getDriverName() public méthode

public getDriverName ( ) : String
Résultat String

getGraph() public méthode

public getGraph ( ) : Graphics
Résultat Graphics

getPaperInfo() public méthode

public getPaperInfo ( ) : cReportPaperInfo
Résultat cReportPaperInfo

getPort() public méthode

public getPort ( ) : String
Résultat String

setCopies() public méthode

public setCopies ( int rhs ) : void
rhs int
Résultat void

setDeviceName() public méthode

public setDeviceName ( String rhs ) : void
rhs String
Résultat void

setDriverName() public méthode

public setDriverName ( String rhs ) : void
rhs String
Résultat void

setGraph() public méthode

public setGraph ( Graphics rhs ) : void
rhs Graphics
Résultat void

setPaperInfo() public méthode

public setPaperInfo ( cReportPaperInfo rhs ) : void
rhs cReportPaperInfo
Résultat void

setPort() public méthode

public setPort ( String rhs ) : void
rhs String
Résultat void

showDialog() public méthode

public showDialog ( int pages ) : bool
pages int
Résultat bool

starDoc() public méthode

public starDoc ( PrintDocument printDoc, String title, csReportPaperType paperSize, int orientation ) : bool
printDoc PrintDocument
title String
paperSize csReportPaperType
orientation int
Résultat bool