2006-05-04 16:36:51 +00:00
|
|
|
/*---------------------------------------------------------------------------*
|
|
|
|
| PDFlib - A library for generating PDF on the fly |
|
|
|
|
+---------------------------------------------------------------------------+
|
2008-10-20 14:35:00 +00:00
|
|
|
| Copyright (c) 1997-2006 Thomas Merz and PDFlib GmbH. All rights reserved. |
|
2006-05-04 16:36:51 +00:00
|
|
|
+---------------------------------------------------------------------------+
|
|
|
|
| |
|
|
|
|
| This software is subject to the PDFlib license. It is NOT in the |
|
|
|
|
| public domain. Extended versions and commercial licenses are |
|
|
|
|
| available, please check http://www.pdflib.com. |
|
|
|
|
*---------------------------------------------------------------------------*/
|
|
|
|
|
2008-10-20 14:35:00 +00:00
|
|
|
/* $Id: p_layer.c,v 1.3 2008-10-20 14:34:16 guy Exp $
|
2006-05-04 16:36:51 +00:00
|
|
|
*
|
|
|
|
* PDFlib optional content routines
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define P_LAYER_C
|
|
|
|
|
|
|
|
#include "p_intern.h"
|
|
|
|
#include "p_layer.h"
|
|
|
|
#include "p_tagged.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-10-20 14:35:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|