CGPDFDocumentGetCatalog

CGPDFDocumentGetCatalog

本文介绍了什么是CGPDFDocumentGetCatalog在MonoTouch中的相同呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图让一个PDF文件的目录,但我无法找到 CGPDFDocumentGetCatalog 。它是未绑定的还是我只是瞎了吗?

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

推荐答案

MonoTouch.CoreGraphics.CGPDFDocument :: GetCatalog()是CGPDFDocumentGetCatalog结合,见 github上。

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

不过,我只加了这家最近,所以你需要的MonoTouch 4.1(或更新版本)或添加P /直接调用到code。

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

这篇关于什么是CGPDFDocumentGetCatalog在MonoTouch中的相同呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-13 21:37