foxit::Matrix GetDisplayMatrix(int left, int top, int width, int height, foxit::common::Rotation rotate) const
计算渲染矩阵。
foxit::RectF GetBox() const
获取页面区域。
FLDPage & operator=(const FLDPage &other)
赋值操作符。
FLDPage(const FLDPage &other)
构造函数,通过另一个FLD页面对象。
bool operator==(const FLDPage &other) const
相等操作符。
foxit::common::Rotation GetRotation() const
获取页面旋转角度。
Definition: fs_fldpage.h:17
bool operator !=(const FLDPage &other) const
不相等操作符。