| Top |  |  |  |  | 
| gboolean | ev_link_dest_equal () | 
| EvLinkDestType | ev_link_dest_get_dest_type () | 
| gint | ev_link_dest_get_page () | 
| gdouble | ev_link_dest_get_top () | 
| gdouble | ev_link_dest_get_left () | 
| gdouble | ev_link_dest_get_bottom () | 
| gdouble | ev_link_dest_get_right () | 
| gdouble | ev_link_dest_get_zoom () | 
| const gchar * | ev_link_dest_get_named_dest () | 
| const gchar * | ev_link_dest_get_page_label () | 
| EvLinkDest * | ev_link_dest_new_page () | 
| EvLinkDest * | ev_link_dest_new_xyz () | 
| EvLinkDest * | ev_link_dest_new_fit () | 
| EvLinkDest * | ev_link_dest_new_fith () | 
| EvLinkDest * | ev_link_dest_new_fitv () | 
| EvLinkDest * | ev_link_dest_new_fitr () | 
| EvLinkDest * | ev_link_dest_new_named () | 
| EvLinkDest * | ev_link_dest_new_page_label () | 
| gdouble | bottom | Read / Write / Construct Only | 
| guint | change | Read / Write / Construct Only | 
| gdouble | left | Read / Write / Construct Only | 
| gchar * | named | Read / Write / Construct Only | 
| gint | page | Read / Write / Construct Only | 
| gchar * | page-label | Read / Write / Construct Only | 
| gdouble | right | Read / Write / Construct Only | 
| gdouble | top | Read / Write / Construct Only | 
| EvLinkDestType | type | Read / Write / Construct Only | 
| gdouble | zoom | Read / Write / Construct Only | 
EvLinkDest * ev_link_dest_new_xyz (gint page,gdouble left,gdouble top,gdouble zoom,gboolean change_left,gboolean change_top,gboolean change_zoom);
EvLinkDest * ev_link_dest_new_fith (gint page,gdouble top,gboolean change_top);
EvLinkDest * ev_link_dest_new_fitv (gint page,gdouble left,gboolean change_left);
EvLinkDest * ev_link_dest_new_fitr (gint page,gdouble left,gdouble bottom,gdouble right,gdouble top);
“bottom” property  “bottom”                   gdouble
The bottom coordinate.
Flags: Read / Write / Construct Only
Default value: 0
“change” property  “change”                   guint
Wether top, left, and zoom should be changed.
Flags: Read / Write / Construct Only
Default value: 0
“left” property  “left”                     gdouble
The left coordinate.
Flags: Read / Write / Construct Only
Default value: 0
“named” property  “named”                    gchar *
The named destination.
Flags: Read / Write / Construct Only
Default value: NULL
“page” property  “page”                     gint
The destination page.
Flags: Read / Write / Construct Only
Allowed values: >= -1
Default value: 0
“page-label” property  “page-label”               gchar *
The label of the destination page.
Flags: Read / Write / Construct Only
Default value: NULL
“right” property  “right”                    gdouble
The right coordinate.
Flags: Read / Write / Construct Only
Default value: 0
“top” property  “top”                      gdouble
The top coordinate.
Flags: Read / Write / Construct Only
Default value: 0
“type” property“type” EvLinkDestType
The destination type.
Flags: Read / Write / Construct Only
Default value: EV_LINK_DEST_TYPE_UNKNOWN