C# 클래스 Qyoto.QPrinter

상속: QPaintDevice, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QPrinter ( Type dummy ) : System
SetEngines ( QPrintEngine printEngine, QPaintEngine paintEngine ) : void

비공개 메소드들

메소드 설명
DevType ( ) : int
Metric ( QPaintDevice arg1 ) : int
PaintEngine ( ) : QPaintEngine

메소드 상세

Abort() 공개 메소드

public Abort ( ) : bool
리턴 bool

ActualNumCopies() 공개 메소드

public ActualNumCopies ( ) : int
리턴 int

CollateCopies() 공개 메소드

public CollateCopies ( ) : bool
리턴 bool

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Creator() 공개 메소드

public Creator ( ) : string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DocName() 공개 메소드

public DocName ( ) : string
리턴 string

DoubleSidedPrinting() 공개 메소드

public DoubleSidedPrinting ( ) : bool
리턴 bool

Duplex() 공개 메소드

public Duplex ( ) : QPrinter.DuplexMode
리턴 QPrinter.DuplexMode

FontEmbeddingEnabled() 공개 메소드

public FontEmbeddingEnabled ( ) : bool
리턴 bool

FromPage() 공개 메소드

public FromPage ( ) : int
리턴 int

FullPage() 공개 메소드

public FullPage ( ) : bool
리턴 bool

GetPageMargins() 공개 메소드

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

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

NewPage() 공개 메소드

public NewPage ( ) : bool
리턴 bool

NumCopies() 공개 메소드

public NumCopies ( ) : int
리턴 int

OutputFileName() 공개 메소드

public OutputFileName ( ) : string
리턴 string

PageRect() 공개 메소드

public PageRect ( ) : QRect
리턴 QRect

PageRect() 공개 메소드

public PageRect ( QPrinter arg1 ) : QRectF
arg1 QPrinter
리턴 QRectF

PaperRect() 공개 메소드

public PaperRect ( ) : QRect
리턴 QRect

PaperRect() 공개 메소드

public PaperRect ( QPrinter arg1 ) : QRectF
arg1 QPrinter
리턴 QRectF

PaperSize() 공개 메소드

public PaperSize ( ) : QPrinter.PageSize
리턴 QPrinter.PageSize

PaperSize() 공개 메소드

public PaperSize ( QPrinter unit ) : QSizeF
unit QPrinter
리턴 QSizeF

PrintEngine() 공개 메소드

public PrintEngine ( ) : QPrintEngine
리턴 QPrintEngine

PrintProgram() 공개 메소드

public PrintProgram ( ) : string
리턴 string

PrinterName() 공개 메소드

public PrinterName ( ) : string
리턴 string

QPrinter() 공개 메소드

public QPrinter ( ) : System
리턴 System

QPrinter() 공개 메소드

public QPrinter ( QPrinter mode ) : System
mode QPrinter
리턴 System

QPrinter() 공개 메소드

public QPrinter ( QPrinterInfo printer ) : System
printer QPrinterInfo
리턴 System

QPrinter() 공개 메소드

public QPrinter ( QPrinterInfo printer, QPrinter mode ) : System
printer QPrinterInfo
mode QPrinter
리턴 System

QPrinter() 보호된 메소드

protected QPrinter ( Type dummy ) : System
dummy Type
리턴 System

Resolution() 공개 메소드

public Resolution ( ) : int
리턴 int

SetCollateCopies() 공개 메소드

public SetCollateCopies ( bool collate ) : void
collate bool
리턴 void

SetColorMode() 공개 메소드

public SetColorMode ( QPrinter arg1 ) : void
arg1 QPrinter
리턴 void

SetCreator() 공개 메소드

public SetCreator ( string arg1 ) : void
arg1 string
리턴 void

SetDocName() 공개 메소드

public SetDocName ( string arg1 ) : void
arg1 string
리턴 void

SetDoubleSidedPrinting() 공개 메소드

public SetDoubleSidedPrinting ( bool enable ) : void
enable bool
리턴 void

SetDuplex() 공개 메소드

public SetDuplex ( QPrinter duplex ) : void
duplex QPrinter
리턴 void

SetEngines() 보호된 메소드

protected SetEngines ( QPrintEngine printEngine, QPaintEngine paintEngine ) : void
printEngine QPrintEngine
paintEngine QPaintEngine
리턴 void

SetFontEmbeddingEnabled() 공개 메소드

public SetFontEmbeddingEnabled ( bool enable ) : void
enable bool
리턴 void

SetFromTo() 공개 메소드

public SetFromTo ( int fromPage, int toPage ) : void
fromPage int
toPage int
리턴 void

SetFullPage() 공개 메소드

public SetFullPage ( bool arg1 ) : void
arg1 bool
리턴 void

SetNumCopies() 공개 메소드

public SetNumCopies ( int arg1 ) : void
arg1 int
리턴 void

SetOrientation() 공개 메소드

public SetOrientation ( QPrinter arg1 ) : void
arg1 QPrinter
리턴 void

SetOutputFileName() 공개 메소드

public SetOutputFileName ( string arg1 ) : void
arg1 string
리턴 void

SetOutputFormat() 공개 메소드

public SetOutputFormat ( QPrinter format ) : void
format QPrinter
리턴 void

SetPageMargins() 공개 메소드

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

SetPageOrder() 공개 메소드

public SetPageOrder ( QPrinter arg1 ) : void
arg1 QPrinter
리턴 void

SetPageSize() 공개 메소드

public SetPageSize ( QPrinter arg1 ) : void
arg1 QPrinter
리턴 void

SetPaperSize() 공개 메소드

public SetPaperSize ( QPrinter arg1 ) : void
arg1 QPrinter
리턴 void

SetPaperSize() 공개 메소드

public SetPaperSize ( QSizeF paperSize, QPrinter unit ) : void
paperSize QSizeF
unit QPrinter
리턴 void

SetPaperSource() 공개 메소드

public SetPaperSource ( QPrinter arg1 ) : void
arg1 QPrinter
리턴 void

SetPrintProgram() 공개 메소드

public SetPrintProgram ( string arg1 ) : void
arg1 string
리턴 void

SetPrintRange() 공개 메소드

public SetPrintRange ( QPrinter range ) : void
range QPrinter
리턴 void

SetPrinterName() 공개 메소드

public SetPrinterName ( string arg1 ) : void
arg1 string
리턴 void

SetResolution() 공개 메소드

public SetResolution ( int arg1 ) : void
arg1 int
리턴 void

SupportedResolutions() 공개 메소드

public SupportedResolutions ( ) : List
리턴 List

ToPage() 공개 메소드

public ToPage ( ) : int
리턴 int

colorMode() 공개 메소드

public colorMode ( ) : QPrinter.ColorMode
리턴 QPrinter.ColorMode

orientation() 공개 메소드

public orientation ( ) : QPrinter.Orientation
리턴 QPrinter.Orientation

outputFormat() 공개 메소드

public outputFormat ( ) : QPrinter.OutputFormat
리턴 QPrinter.OutputFormat

pageOrder() 공개 메소드

public pageOrder ( ) : QPrinter.PageOrder
리턴 QPrinter.PageOrder

pageSize() 공개 메소드

public pageSize ( ) : QPrinter.PageSize
리턴 QPrinter.PageSize

paperSource() 공개 메소드

public paperSource ( ) : QPrinter.PaperSource
리턴 QPrinter.PaperSource

printRange() 공개 메소드

public printRange ( ) : QPrinter.PrintRange
리턴 QPrinter.PrintRange

printerState() 공개 메소드

public printerState ( ) : QPrinter.PrinterState
리턴 QPrinter.PrinterState