QPdfDocumentRenderOptions#
The QPdfDocumentRenderOptions
class holds the options to render a page from a PDF document. More…
Synopsis#
Functions#
def
__eq__
(rhs)def
__ne__
(rhs)def
scaledClipRect
()def
scaledSize
()def
setScaledClipRect
(r)def
setScaledSize
(s)
Detailed Description#
See also
- class PySide6.QtPdf.QPdfDocumentRenderOptions#
PySide6.QtPdf.QPdfDocumentRenderOptions(QPdfDocumentRenderOptions)
- Parameters
QPdfDocumentRenderOptions –
PySide6.QtPdf.QPdfDocumentRenderOptions
Constructs a QPdfDocumentRenderOptions
object.
- PySide6.QtPdf.QPdfDocumentRenderOptions.__ne__(rhs)#
- Parameters
- Return type
bool
- PySide6.QtPdf.QPdfDocumentRenderOptions.__eq__(rhs)#
- Parameters
- Return type
bool
- PySide6.QtPdf.QPdfDocumentRenderOptions.scaledClipRect()#
- Return type
Returns the rectangular region to be clipped from the page after having been scaled to scaledSize()
.
See also
- PySide6.QtPdf.QPdfDocumentRenderOptions.scaledSize()#
- Return type
Returns the size of the page to be rendered, in pixels.
See also
- PySide6.QtPdf.QPdfDocumentRenderOptions.setScaledClipRect(r)#
- Parameters
Sets the rectangle region (r
) to be clipped from the page after having been scaled to scaledSize()
.
See also
- PySide6.QtPdf.QPdfDocumentRenderOptions.setScaledSize(s)#
- Parameters
Sets the size (s
) of the page to be rendered, in pixels.
See also