QPrinter

PyQt5.QtPrintSupport.QPrinter

Inherits from QPagedPaintDevice.

Description

TODO

Enums

ColorMode

TODO

Member

Value

Description

Color

TODO

TODO

GrayScale

TODO

TODO


DuplexMode

TODO

Member

Value

Description

DuplexAuto

TODO

TODO

DuplexLongSide

TODO

TODO

DuplexNone

TODO

TODO

DuplexShortSide

TODO

TODO


Orientation

TODO

Member

Value

Description

Landscape

TODO

TODO

Portrait

TODO

TODO


OutputFormat

TODO

Member

Value

Description

NativeFormat

TODO

TODO

PdfFormat

TODO

TODO


PageOrder

TODO

Member

Value

Description

FirstPageFirst

TODO

TODO

LastPageFirst

TODO

TODO


PaperSource

TODO

Member

Value

Description

Auto

TODO

TODO

Cassette

TODO

TODO

CustomSource

TODO

TODO

Envelope

TODO

TODO

EnvelopeManual

TODO

TODO

FormSource

TODO

TODO

LargeCapacity

TODO

TODO

LargeFormat

TODO

TODO

LastPaperSource

TODO

TODO

Lower

TODO

TODO

Manual

TODO

TODO

MaxPageSource

TODO

TODO

Middle

TODO

TODO

OnlyOne

TODO

TODO

SmallFormat

TODO

TODO

Tractor

TODO

TODO

Upper

TODO

TODO


PrinterMode

TODO

Member

Value

Description

HighResolution

TODO

TODO

PrinterResolution

TODO

TODO

ScreenResolution

TODO

TODO


PrinterState

TODO

Member

Value

Description

Aborted

TODO

TODO

Active

TODO

TODO

Error

TODO

TODO

Idle

TODO

TODO


PrintRange

TODO

Member

Value

Description

AllPages

TODO

TODO

CurrentPage

TODO

TODO

PageRange

TODO

TODO

Selection

TODO

TODO


Unit

TODO

Member

Value

Description

Cicero

TODO

TODO

DevicePixel

TODO

TODO

Didot

TODO

TODO

Inch

TODO

TODO

Millimeter

TODO

TODO

Pica

TODO

TODO

Point

TODO

TODO

Methods

__init__(mode: PrinterMode = ScreenResolution)

TODO


__init__(QPrinterInfo, mode: PrinterMode = ScreenResolution)

TODO


abort() → bool

TODO


collateCopies() → bool

TODO


colorMode() → ColorMode

TODO


copyCount() → int

TODO


creator() → str

TODO


docName() → str

TODO


doubleSidedPrinting() → bool

TODO


duplex() → DuplexMode

TODO


fontEmbeddingEnabled() → bool

TODO


fromPage() → int

TODO


fullPage() → bool

TODO


getPageMargins(Unit) → (float, float, float, float)

TODO


isValid() → bool

TODO


metric(PaintDeviceMetric) → int

TODO


newPage() → bool

TODO


orientation() → Orientation

TODO


outputFileName() → str

TODO


outputFormat() → OutputFormat

TODO


pageOrder() → PageOrder

TODO


pageRect() → QRect

TODO


pageRect(Unit) → QRectF

TODO


paintEngine() → QPaintEngine

TODO


paperName() → str

TODO


paperRect() → QRect

TODO


paperRect(Unit) → QRectF

TODO


paperSize() → PageSize

TODO


paperSize(Unit) → QSizeF

TODO


paperSource() → PaperSource

TODO


pdfVersion() → PdfVersion

TODO


printEngine() → QPrintEngine

TODO


printerName() → str

TODO


printerSelectionOption() → str

TODO


printerState() → PrinterState

TODO


printProgram() → str

TODO


printRange() → PrintRange

TODO


resolution() → int

TODO


setCollateCopies(bool)

TODO


setColorMode(ColorMode)

TODO


setCopyCount(int)

TODO


setCreator(str)

TODO


setDocName(str)

TODO


setDoubleSidedPrinting(bool)

TODO


setDuplex(DuplexMode)

TODO


setEngines(QPrintEngine, QPaintEngine)

TODO


setFontEmbeddingEnabled(bool)

TODO


setFromTo(int, int)

TODO


setFullPage(bool)

TODO


setMargins(Margins)

TODO


setOrientation(Orientation)

TODO


setOutputFileName(str)

TODO


setOutputFormat(OutputFormat)

TODO


setPageMargins(float, float, float, float, Unit)

TODO


setPageOrder(PageOrder)

TODO


setPageSizeMM(QSizeF)

TODO


setPaperName(str)

TODO


setPaperSize(PageSize)

TODO


setPaperSize(QSizeF, Unit)

TODO


setPaperSource(PaperSource)

TODO


setPdfVersion(PdfVersion)

TODO


setPrinterName(str)

TODO


setPrinterSelectionOption(str)

TODO


setPrintProgram(str)

TODO


setPrintRange(PrintRange)

TODO


setResolution(int)

TODO


supportedResolutions() → List[int]

TODO


supportsMultipleCopies() → bool

TODO


toPage() → int

TODO