CPDFType Constants Reference

Declared in CPDFDocument.h

CPDFType

PDF/A conformance levels.

Definition

typedef NS_ENUM(NSInteger, CPDFType ) {
   CPDFTypePDF = 0,
   CPDFTypePDFA1a,
   CPDFTypePDFA1b,
   CPDFTypePDFA2a,
   CPDFTypePDFA2u,
   CPDFTypePDFA2b,
   CPDFTypePDFA3a,
   CPDFTypePDFA3u,
   CPDFTypePDFA3b,
};

Constants

CPDFTypePDF

PDF/A conformance levels.

Declared In CPDFDocument.h.

CPDFTypePDFA1a

PDF/A-1a

Declared In CPDFDocument.h.

CPDFTypePDFA1b

PDF/A-1b

Declared In CPDFDocument.h.

CPDFTypePDFA2a

PDF/A-2a

Declared In CPDFDocument.h.

CPDFTypePDFA2u

PDF/A-2u

Declared In CPDFDocument.h.

CPDFTypePDFA2b

PDF/A-2b

Declared In CPDFDocument.h.

CPDFTypePDFA3a

PDF/A-3a

Declared In CPDFDocument.h.

CPDFTypePDFA3u

PDF/A-3u

Declared In CPDFDocument.h.

CPDFTypePDFA3b

PDF/A-3b

Declared In CPDFDocument.h.

Declared In

CPDFDocument.h