|
Poppler CPP 25.11.90
|
#include "poppler/cpp/poppler-destination.h"

Public Types | |
| enum | type_enum { unknown , xyz , fit , fit_h , fit_v , fit_r , fit_b , fit_b_h , fit_b_v } |
Public Member Functions | |
| destination (destination &&other) noexcept | |
| ~destination () | |
| double | bottom () const |
| bool | is_change_left () const |
| bool | is_change_top () const |
| bool | is_change_zoom () const |
| double | left () const |
| destination & | operator= (destination &&other) noexcept |
| int | page_number () const |
| double | right () const |
| double | top () const |
| type_enum | type () const |
| double | zoom () const |
The information about a destination used in a PDF document.
The various types of destinations available in a PDF document.
|
default |
Destructor.
|
noexcept |
Move constructor.
| double destination::bottom | ( | ) | const |
| bool destination::is_change_left | ( | ) | const |
| bool destination::is_change_top | ( | ) | const |
| bool destination::is_change_zoom | ( | ) | const |
| double destination::left | ( | ) | const |
|
defaultnoexcept |
Move assignment operator.
| int destination::page_number | ( | ) | const |
| double destination::right | ( | ) | const |
| double destination::top | ( | ) | const |
| destination::type_enum destination::type | ( | ) | const |
| double destination::zoom | ( | ) | const |