CGPDFOperatorTableCreate()
Creates an empty PDF operator table.
Declaration
func CGPDFOperatorTableCreate() -> CGPDFOperatorTableRef?Return Value
An empty PDF operator table. In Objective-C, you’re responsible for releasing this object by calling CGPDFOperatorTableRelease(_:).
Discussion
Call the function CGPDFOperatorTableSetCallback(_:_:_:) to fill the operator table with callbacks.