CGPSConverterBeginPageCallback
Performs custom tasks at the beginning of each page in a PostScript conversion process.
Declaration
typealias CGPSConverterBeginPageCallback = (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.