CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/UIDocumentPDF.h
Go to the documentation of this file.
00001 //
00002 //  UIDocumentPDF.h
00003 //  CatNiP
00004 //
00005 //  Created by Lari O Rasku, tkol on 6/13/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 #import "UIDocument.h"
00011 
00012 @interface UIDocumentPDF : UIDocument {
00013     CGPDFDocumentRef document;
00014     CGPDFBox box;
00015 }
00016 
00018 @property (nonatomic, readonly) CGPDFDocumentRef CGPDFDocument;
00019 
00022 @property (nonatomic) CGPDFBox box;
00023 
00024 + (UIDocumentPDF *)documentWithCGPDFDocument:(CGPDFDocumentRef)CGPDFDocument;
00025 - (id)initWithCGPDFDocument:(CGPDFDocumentRef)CGPDFDocument;
00026 
00027 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines