Vanilla.PDF  1.5.2
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_object.h File Reference

This file contains contains class definitions for ObjectHandle. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  ObjectType {
  ObjectType_Undefined = 0, ObjectType_Null, ObjectType_Array, ObjectType_Boolean,
  ObjectType_Dictionary, ObjectType_Integer, ObjectType_Name, ObjectType_Real,
  ObjectType_Stream, ObjectType_String, ObjectType_IndirectReference
}
 Derived types of ObjectHandle. More...
 

Detailed Description

This file contains contains class definitions for ObjectHandle.