Contents

CGPSConverterBeginDocumentCallback

Performs custom tasks at the beginning of a PostScript conversion process.

Declaration

typealias CGPSConverterBeginDocumentCallback = (UnsafeMutableRawPointer?) -> Void

Parameters

  • info:

    A generic pointer to private data shared among your callback functions. This is the same pointer you supplied to Init(info:callbacks:options:).