QPdfDestination 类

QPdfDestination 类定义 PDF 文档页面定位,和查看时的建议缩放级别。 更多...

头: #include <QPdfDestination>
Since: Qt 5.15

该类在 Qt 5.15 引入。

特性

公共函数

bool isValid () const
QPointF location () const
int page () const
qreal zoom () const

保护函数

QPdfDestination ()

详细描述

特性文档编制

location : const QPointF

此特性保持页面定位 (以点为单位)。

访问函数:

QPointF location () const

page : const int

此特性保持页码。

访问函数:

int page () const

valid : const bool

此特性保持目的地是否有效。

访问函数:

bool isValid () const

zoom : const qreal

This property holds the suggested magnification level, where 1.0 means default scale (1 pixel = 1 point).

访问函数:

qreal zoom () const

成员函数文档编制

[protected] QPdfDestination:: QPdfDestination ()

构造无效目的地。

另请参阅 valid .