Rendering
TheCPDFView
class calls drawPage:toContext:
as necessary for each visible page that requires rendering. You can override this method to draw on top of a PDF page. In this case, invoke this method on super
and then perform custom drawing on top of the PDF page. Do not invoke this method, except by invoking it on super
from a subclass.