Haru Free PDF Library
hpdf_page_label.h
Go to the documentation of this file.
1
/*
2
* << Haru Free PDF Library >> -- hpdf_page_label.h
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_PAGE_LABEL_H
19
#define _HPDF_PAGE_LABEL_H
20
21
#include "
hpdf.h
"
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
HPDF_Dict
28
HPDF_PageLabel_New
(
HPDF_Doc
pdf,
29
HPDF_PageNumStyle
style,
30
HPDF_INT
first_page,
31
const
char
*prefix);
32
33
#ifdef __cplusplus
34
}
35
#endif
/* __cplusplus */
36
37
#endif
38
hpdf.h
HPDF_PageLabel_New
HPDF_Dict HPDF_PageLabel_New(HPDF_Doc pdf, HPDF_PageNumStyle style, HPDF_INT first_page, const char *prefix)
HPDF_INT
signed int HPDF_INT
Definition:
hpdf_types.h:44
HPDF_PageNumStyle
enum _HPDF_PageNumStyle HPDF_PageNumStyle
_HPDF_Dict_Rec
Definition:
hpdf_objects.h:421
_HPDF_Doc_Rec
Definition:
hpdf_doc.h:36
include
hpdf_page_label.h
Generated by
1.9.1