QPdfDestination 类定义 PDF 文档页面定位,和查看时的建议缩放级别。 更多...
头: | #include <QPdfDestination> |
Since: | Qt 5.15 |
该类在 Qt 5.15 引入。
bool | isValid () const |
QPointF | location () const |
int | page () const |
qreal | zoom () const |
QPdfDestination () |
此特性保持页面定位 (以点为单位)。
访问函数:
QPointF | location () const |
此特性保持页码。
访问函数:
int | page () const |
此特性保持目的地是否有效。
访问函数:
bool | isValid () const |
This property holds the suggested magnification level, where 1.0 means default scale (1 pixel = 1 point).
访问函数:
qreal | zoom () const |
[protected]
QPdfDestination::
QPdfDestination
()
构造无效目的地。
另请参阅 valid .