Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 845d1f961b9c1d728dd8e84ab0e36864 > files > 47

libharu-devel-2.1.0-3.fc15.i686.rpm

/*
 * << Haru Free PDF Library 2.0.0 >> -- grid_sheet.h
 *
 * Copyright (c) 1999-2006 Takeshi Kanno <takeshi_kanno@est.hi-ho.ne.jp>
 *
 * Permission to use, copy, modify, distribute and sell this software
 * and its documentation for any purpose is hereby granted without fee,
 * provided that the above copyright notice appear in all copies and
 * that both that copyright notice and this permission notice appear
 * in supporting documentation.
 * It is provided "as is" without express or implied warranty.
 *
 */

#ifndef __GRID_SHEET_H
#define __GRID_SHEET_H

#include "hpdf.h"

void
print_grid  (HPDF_Doc     pdf,
             HPDF_Page    page);

#endif /* __GRID_SHEET_H */