C# Class Qyoto.QPrinter

Inheritance: QPaintDevice, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
Abort ( ) : bool
ActualNumCopies ( ) : int
CollateCopies ( ) : bool
Creator ( ) : string
Dispose ( ) : void
DocName ( ) : string
DoubleSidedPrinting ( ) : bool
Duplex ( ) : QPrinter.DuplexMode
FontEmbeddingEnabled ( ) : bool
FromPage ( ) : int
FullPage ( ) : bool
GetPageMargins ( double &left, double &top, double &right, double &bottom, QPrinter unit ) : void
IsValid ( ) : bool
NewPage ( ) : bool
NumCopies ( ) : int
OutputFileName ( ) : string
PageRect ( ) : QRect
PageRect ( QPrinter arg1 ) : QRectF
PaperRect ( ) : QRect
PaperRect ( QPrinter arg1 ) : QRectF
PaperSize ( ) : QPrinter.PageSize
PaperSize ( QPrinter unit ) : QSizeF
PrintEngine ( ) : QPrintEngine
PrintProgram ( ) : string
PrinterName ( ) : string
QPrinter ( ) : System
QPrinter ( QPrinter mode ) : System
QPrinter ( QPrinterInfo printer ) : System
QPrinter ( QPrinterInfo printer, QPrinter mode ) : System
Resolution ( ) : int
SetCollateCopies ( bool collate ) : void
SetColorMode ( QPrinter arg1 ) : void
SetCreator ( string arg1 ) : void
SetDocName ( string arg1 ) : void
SetDoubleSidedPrinting ( bool enable ) : void
SetDuplex ( QPrinter duplex ) : void
SetFontEmbeddingEnabled ( bool enable ) : void
SetFromTo ( int fromPage, int toPage ) : void
SetFullPage ( bool arg1 ) : void
SetNumCopies ( int arg1 ) : void
SetOrientation ( QPrinter arg1 ) : void
SetOutputFileName ( string arg1 ) : void
SetOutputFormat ( QPrinter format ) : void
SetPageMargins ( double left, double top, double right, double bottom, QPrinter unit ) : void
SetPageOrder ( QPrinter arg1 ) : void
SetPageSize ( QPrinter arg1 ) : void
SetPaperSize ( QPrinter arg1 ) : void
SetPaperSize ( QSizeF paperSize, QPrinter unit ) : void
SetPaperSource ( QPrinter arg1 ) : void
SetPrintProgram ( string arg1 ) : void
SetPrintRange ( QPrinter range ) : void
SetPrinterName ( string arg1 ) : void
SetResolution ( int arg1 ) : void
SupportedResolutions ( ) : List
ToPage ( ) : int
colorMode ( ) : QPrinter.ColorMode
orientation ( ) : QPrinter.Orientation
outputFormat ( ) : QPrinter.OutputFormat
pageOrder ( ) : QPrinter.PageOrder
pageSize ( ) : QPrinter.PageSize
paperSource ( ) : QPrinter.PaperSource
printRange ( ) : QPrinter.PrintRange
printerState ( ) : QPrinter.PrinterState

Protected Methods

Method Description
CreateProxy ( ) : void
QPrinter ( Type dummy ) : System
SetEngines ( QPrintEngine printEngine, QPaintEngine paintEngine ) : void

Private Methods

Method Description
DevType ( ) : int
Metric ( QPaintDevice arg1 ) : int
PaintEngine ( ) : QPaintEngine

Method Details

Abort() public method

public Abort ( ) : bool
return bool

ActualNumCopies() public method

public ActualNumCopies ( ) : int
return int

CollateCopies() public method

public CollateCopies ( ) : bool
return bool

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Creator() public method

public Creator ( ) : string
return string

Dispose() public method

public Dispose ( ) : void
return void

DocName() public method

public DocName ( ) : string
return string

DoubleSidedPrinting() public method

public DoubleSidedPrinting ( ) : bool
return bool

Duplex() public method

public Duplex ( ) : QPrinter.DuplexMode
return QPrinter.DuplexMode

FontEmbeddingEnabled() public method

public FontEmbeddingEnabled ( ) : bool
return bool

FromPage() public method

public FromPage ( ) : int
return int

FullPage() public method

public FullPage ( ) : bool
return bool

GetPageMargins() public method

public GetPageMargins ( double &left, double &top, double &right, double &bottom, QPrinter unit ) : void
left double
top double
right double
bottom double
unit QPrinter
return void

IsValid() public method

public IsValid ( ) : bool
return bool

NewPage() public method

public NewPage ( ) : bool
return bool

NumCopies() public method

public NumCopies ( ) : int
return int

OutputFileName() public method

public OutputFileName ( ) : string
return string

PageRect() public method

public PageRect ( ) : QRect
return QRect

PageRect() public method

public PageRect ( QPrinter arg1 ) : QRectF
arg1 QPrinter
return QRectF

PaperRect() public method

public PaperRect ( ) : QRect
return QRect

PaperRect() public method

public PaperRect ( QPrinter arg1 ) : QRectF
arg1 QPrinter
return QRectF

PaperSize() public method

public PaperSize ( ) : QPrinter.PageSize
return QPrinter.PageSize

PaperSize() public method

public PaperSize ( QPrinter unit ) : QSizeF
unit QPrinter
return QSizeF

PrintEngine() public method

public PrintEngine ( ) : QPrintEngine
return QPrintEngine

PrintProgram() public method

public PrintProgram ( ) : string
return string

PrinterName() public method

public PrinterName ( ) : string
return string

QPrinter() public method

public QPrinter ( ) : System
return System

QPrinter() public method

public QPrinter ( QPrinter mode ) : System
mode QPrinter
return System

QPrinter() public method

public QPrinter ( QPrinterInfo printer ) : System
printer QPrinterInfo
return System

QPrinter() public method

public QPrinter ( QPrinterInfo printer, QPrinter mode ) : System
printer QPrinterInfo
mode QPrinter
return System

QPrinter() protected method

protected QPrinter ( Type dummy ) : System
dummy Type
return System

Resolution() public method

public Resolution ( ) : int
return int

SetCollateCopies() public method

public SetCollateCopies ( bool collate ) : void
collate bool
return void

SetColorMode() public method

public SetColorMode ( QPrinter arg1 ) : void
arg1 QPrinter
return void

SetCreator() public method

public SetCreator ( string arg1 ) : void
arg1 string
return void

SetDocName() public method

public SetDocName ( string arg1 ) : void
arg1 string
return void

SetDoubleSidedPrinting() public method

public SetDoubleSidedPrinting ( bool enable ) : void
enable bool
return void

SetDuplex() public method

public SetDuplex ( QPrinter duplex ) : void
duplex QPrinter
return void

SetEngines() protected method

protected SetEngines ( QPrintEngine printEngine, QPaintEngine paintEngine ) : void
printEngine QPrintEngine
paintEngine QPaintEngine
return void

SetFontEmbeddingEnabled() public method

public SetFontEmbeddingEnabled ( bool enable ) : void
enable bool
return void

SetFromTo() public method

public SetFromTo ( int fromPage, int toPage ) : void
fromPage int
toPage int
return void

SetFullPage() public method

public SetFullPage ( bool arg1 ) : void
arg1 bool
return void

SetNumCopies() public method

public SetNumCopies ( int arg1 ) : void
arg1 int
return void

SetOrientation() public method

public SetOrientation ( QPrinter arg1 ) : void
arg1 QPrinter
return void

SetOutputFileName() public method

public SetOutputFileName ( string arg1 ) : void
arg1 string
return void

SetOutputFormat() public method

public SetOutputFormat ( QPrinter format ) : void
format QPrinter
return void

SetPageMargins() public method

public SetPageMargins ( double left, double top, double right, double bottom, QPrinter unit ) : void
left double
top double
right double
bottom double
unit QPrinter
return void

SetPageOrder() public method

public SetPageOrder ( QPrinter arg1 ) : void
arg1 QPrinter
return void

SetPageSize() public method

public SetPageSize ( QPrinter arg1 ) : void
arg1 QPrinter
return void

SetPaperSize() public method

public SetPaperSize ( QPrinter arg1 ) : void
arg1 QPrinter
return void

SetPaperSize() public method

public SetPaperSize ( QSizeF paperSize, QPrinter unit ) : void
paperSize QSizeF
unit QPrinter
return void

SetPaperSource() public method

public SetPaperSource ( QPrinter arg1 ) : void
arg1 QPrinter
return void

SetPrintProgram() public method

public SetPrintProgram ( string arg1 ) : void
arg1 string
return void

SetPrintRange() public method

public SetPrintRange ( QPrinter range ) : void
range QPrinter
return void

SetPrinterName() public method

public SetPrinterName ( string arg1 ) : void
arg1 string
return void

SetResolution() public method

public SetResolution ( int arg1 ) : void
arg1 int
return void

SupportedResolutions() public method

public SupportedResolutions ( ) : List
return List

ToPage() public method

public ToPage ( ) : int
return int

colorMode() public method

public colorMode ( ) : QPrinter.ColorMode
return QPrinter.ColorMode

orientation() public method

public orientation ( ) : QPrinter.Orientation
return QPrinter.Orientation

outputFormat() public method

public outputFormat ( ) : QPrinter.OutputFormat
return QPrinter.OutputFormat

pageOrder() public method

public pageOrder ( ) : QPrinter.PageOrder
return QPrinter.PageOrder

pageSize() public method

public pageSize ( ) : QPrinter.PageSize
return QPrinter.PageSize

paperSource() public method

public paperSource ( ) : QPrinter.PaperSource
return QPrinter.PaperSource

printRange() public method

public printRange ( ) : QPrinter.PrintRange
return QPrinter.PrintRange

printerState() public method

public printerState ( ) : QPrinter.PrinterState
return QPrinter.PrinterState