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

This file contains class definitions for DocumentInfoHandle. 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  DocumentTrappedType { DocumentTrappedType_Unknown = 0, DocumentTrappedType_True, DocumentTrappedType_False }
 Indication whether the document has been modified to include trapping information (see 14.11.6, "Trapping Support") More...
 

Detailed Description

This file contains class definitions for DocumentInfoHandle.

Enumeration Type Documentation

◆ DocumentTrappedType

Indication whether the document has been modified to include trapping information (see 14.11.6, "Trapping Support")

Enumerator
DocumentTrappedType_Unknown 

Either it is unknown whether the document has been trapped or it has been partly but not yet fully trapped. Some additional trapping may still be needed.

DocumentTrappedType_True 

The document has been fully trapped. No further trapping shall be needed.

DocumentTrappedType_False 

The document has not yet been trapped.