What is the equivalent of CGPDFDocumentGetCatalog in Monotouch?

时光总嘲笑我的痴心妄想 提交于 2019-12-11 04:58:17

问题


I'm trying to get the catalog of a PDF document but I cannot find CGPDFDocumentGetCatalog. Is it unbound or am I just blind?


回答1:


MonoTouch.CoreGraphics.CGPDFDocument::GetCatalog() is the binding of CGPDFDocumentGetCatalog, see github.

However I only added this recently so you'll need MonoTouch 4.1 (or more recent) or add p/invoke directly into your code.



来源:https://stackoverflow.com/questions/7257268/what-is-the-equivalent-of-cgpdfdocumentgetcatalog-in-monotouch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!