| Method Summary |
| PyPrintPreview |
__init__(self,
printout,
printoutForPrinting,
data)
__init__(self, Printout printout, Printout printoutForPrinting) -> PyPrintPreview
__init__(self, Printout printout, Printout printoutForPrinting, PrintData data) -> PyPrintPreview |
| |
__repr__(self)
|
| |
base_DetermineScaling(self)
|
| bool |
base_DrawBlankPage(self,
canvas,
dc)
|
| bool |
base_PaintPage(self,
canvas,
dc)
|
| bool |
base_Print(self,
interactive)
|
| bool |
base_RenderPage(self,
pageNum)
|
| bool |
base_SetCurrentPage(self,
pageNum)
|
| |
base_SetZoom(self,
percent)
|