Contents

catalog

Returns the document catalog of a Core Graphics PDF document.

Declaration

var catalog: CGPDFDictionaryRef? { get }

Discussion

The entries in a PDF document catalog recursively describe the contents of the PDF document. You can access the contents of a PDF document catalog by calling the function catalog. For information on accessing PDF metadata, see Quartz 2D Programming Guide.

See Also

Examining a PDF Document