CGPSConverterEndPageCallback
Performs custom tasks at the end of each page of a PostScript conversion process.
Declaration
typealias CGPSConverterEndPageCallback = (UnsafeMutableRawPointer?, Int, CFDictionary) -> VoidParameters
- info:
A generic pointer to private data shared among your callback functions. This is the same pointer you supplied to Init(info:callbacks:options:).
- pageNumber:
The current page number. Page numbers start at
1. - pageInfo:
A dictionary that contains contextual information about the page. This parameter is reserved for future API expansion, and is currently unused.