I’m trying to get the catalog of a PDF document but I cannot find CGPDFDocumentGetCatalog.
Is it unbound or am I just blind?
I’m trying to get the catalog of a PDF document but I cannot find
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.