You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
707 B
C

/****************************************************************************
*
* File: pdfcontentdecl.h
*
* Description: The include file for native C interfaces using page and form contents.
*
* Author: Dr. Hans Bärfuss, PDF Tools AG
*
* Copyright: Copyright (C) 2001 - 2005 PDF Tools AG, Switzerland
* All rights reserved.
*
***************************************************************************/
#ifndef _PDFCONTENTDECL_INCLUDED
#define _PDFCONTENTDECL_INCLUDED
typedef enum TPDFContentObject
{
eNone,
eText,
eImage,
ePath
} TPDFContentObject;
#endif //_PDFCONTENTDECL_INCLUDED