开发者

What is the equivalent of CGPDFDocumentGetCatalog in Monotouch?

开发者 https://www.devze.com 2023-04-01 05:14 出处:网络
I\'m trying to get the catalog of a PDF document but I cannot find CGPDFDocumentGetCata开发者_JS百科log.

I'm trying to get the catalog of a PDF document but I cannot find CGPDFDocumentGetCata开发者_JS百科log. Is it unbound or am I just blind?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消