QPdfDocumentRenderOptions 类保持从 PDF 文档渲染页面的选项。 更多...
头: | #include <QPdfDocumentRenderOptions> |
Since: | Qt 5.10 |
该类在 Qt 5.10 引入。
QPdfDocumentRenderOptions () | |
QPdf::RenderFlags | renderFlags () const |
QPdf::Rotation | rotation () const |
QRect | scaledClipRect () const |
QSize | scaledSize () const |
void | setRenderFlags (QPdf::RenderFlags flags ) |
void | setRotation (QPdf::Rotation rotation ) |
bool | operator!= (QPdfDocumentRenderOptions lhs , QPdfDocumentRenderOptions rhs ) |
bool | operator== (QPdfDocumentRenderOptions lhs , QPdfDocumentRenderOptions rhs ) |
另请参阅 QPdfDocument .
构造 QPdfDocumentRenderOptions 对象。
Returns the special flags used for rendering a page from a PDF document.
另请参阅 setRenderFlags ().
Returns the rotation used for rendering a page from a PDF document.
另请参阅 setRotation ().
Returns the rectangular region to be clipped from the page after having been scaled to scaledSize ().
另请参阅 setScaledClipRect().
返回 size of the page to be rendered, in pixels.
另请参阅 setScaledSize().
Sets the special flags used for rendering a page from a PDF document.
另请参阅 renderFlags ().
设置 rotation used for rendering a page from a PDF document.
另请参阅 rotation ().
返回
true
if the options
lhs
and
rhs
不同,否则返回
false
.
返回
true
if the options
lhs
and
rhs
相等,否则返回
false
.