Haru Free PDF Library
hpdf_destination.h
Go to the documentation of this file.
1 /*
2  * << Haru Free PDF Library >> -- hpdf_destination.c
3  *
4  * URL: http://libharu.org
5  *
6  * Copyright (c) 1999-2006 Takeshi Kanno <takeshi_kanno@est.hi-ho.ne.jp>
7  * Copyright (c) 2007-2009 Antony Dovgal <tony@daylessday.org>
8  *
9  * Permission to use, copy, modify, distribute and sell this software
10  * and its documentation for any purpose is hereby granted without fee,
11  * provided that the above copyright notice appear in all copies and
12  * that both that copyright notice and this permission notice appear
13  * in supporting documentation.
14  * It is provided "as is" without express or implied warranty.
15  *
16  */
17 
18 #ifndef _HPDF_DESTINATION_H
19 #define _HPDF_DESTINATION_H
20 
21 #include "hpdf_objects.h"
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 /*----------------------------------------------------------------------------*/
28 /*----- HPDF_Destination -----------------------------------------------------*/
29 
32  HPDF_Page target,
33  HPDF_Xref xref);
34 
35 
38 
39 #ifdef __cplusplus
40 }
41 #endif /* __cplusplus */
42 
43 #endif /* _HPDF_DESTINATION_H */
44 
HPDF_Destination HPDF_Destination_New(HPDF_MMgr mmgr, HPDF_Page target, HPDF_Xref xref)
HPDF_BOOL HPDF_Destination_Validate(HPDF_Destination dst)
signed int HPDF_BOOL
Definition: hpdf_types.h:89
Definition: hpdf_objects.h:333
Definition: hpdf_objects.h:421
Definition: hpdf_mmgr.h:40
Definition: hpdf_objects.h:542