什么是CGPDFDocumentGetCatalog在MonoTouch中的相同呢?CGPDFDocumentGetCatalog、MonoTouch

由网友(七囍i)分享简介:我试图让一个PDF文件的目录,但我无法找到 CGPDFDocumentGetCatalog 。它是未绑定的还是我只是瞎了吗?I'm trying to get the catalog of a PDF document but I cannot find CGPDFDocumentGetCatalog.Is it...

我试图让一个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.

阅读全文

相关推荐

最新文章