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

This file contains types and constants used as parameters or return values. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_types.h"

Go to the source code of this file.

Variables

const boolean_type VANILLAPDF_RV_FALSE
 Represents the boolean false value. More...
 
const boolean_type VANILLAPDF_RV_TRUE
 Represents the boolean true value. More...
 
const error_type VANILLAPDF_ERROR_SUCCESS
 Indicates that the operation completed successfully.
 
const error_type VANILLAPDF_ERROR_PARAMETER_VALUE
 An invalid parameter value to function call was passed.
 
const error_type VANILLAPDF_ERROR_NOT_SUPPORTED
 Operation is currently not supported.
 
const error_type VANILLAPDF_ERROR_USER_CANCELLED
 Operation was cancelled by user.
 
const error_type VANILLAPDF_ERROR_ZLIB_DATA
 Error in compressed data.
 
const error_type VANILLAPDF_ERROR_INVALID_LICENSE
 Presented license file is not valid.
 
const error_type VANILLAPDF_ERROR_LICENSE_REQUIRED
 Error accessing licensed feature without a valid license file.
 
const error_type VANILLAPDF_ERROR_GENERAL
 An unknown error has occurred. More...
 
const error_type VANILLAPDF_ERROR_CONVERSION
 An invalid object type was passed to function.
 
const error_type VANILLAPDF_ERROR_FILE_DISPOSED
 The source file was already disposed.
 
const error_type VANILLAPDF_ERROR_FILE_NOT_INITIALIZED
 The source file was not yet initialized. More...
 
const error_type VANILLAPDF_ERROR_OBJECT_MISSING
 A dependent object was not found. More...
 
const error_type VANILLAPDF_ERROR_PARSE_EXCEPTION
 Error during low-level file processing, the document might be damaged. More...
 
const error_type VANILLAPDF_ERROR_INVALID_PASSWORD
 Invalid protection password or key. More...
 

Detailed Description

This file contains types and constants used as parameters or return values.