Contents

CGPSConverterEndDocumentCallback

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

Declaration

typealias CGPSConverterEndDocumentCallback = (UnsafeMutableRawPointer?, Bool) -> 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:).

  • success:

    A Boolean value that indicates whether the PostScript conversion completed successfully (True if it did).