20 #ifndef __CGPDFDOCUMENT__
21 #define __CGPDFDOCUMENT__
27 #ifndef __CGDATAPROVIDER__
31 #ifndef __CGGEOMETRY__
52 #if PRAGMA_STRUCT_ALIGN
53 #pragma options align = mac68k
54 #elif PRAGMA_STRUCT_PACKPUSH
56 #elif PRAGMA_STRUCT_PACK
60 typedef struct CGPDFDocument *CGPDFDocumentRef;
197 #if PRAGMA_STRUCT_ALIGN
198 #pragma options align = reset
199 #elif PRAGMA_STRUCT_PACKPUSH
201 #elif PRAGMA_STRUCT_PACK
205 #ifdef PRAGMA_IMPORT_OFF
xxx put contents here xxx
xxx put contents here xxx
xxx put contents here xxx
int CGPDFDocumentGetRotationAngle(CGPDFDocumentRef document, int page)
int CGPDFDocumentGetNumberOfPages(CGPDFDocumentRef document)
CGRect CGPDFDocumentGetMediaBox(CGPDFDocumentRef document, int page)
CGRect CGPDFDocumentGetCropBox(CGPDFDocumentRef document, int page)
CGRect CGPDFDocumentGetArtBox(CGPDFDocumentRef document, int page)
CGRect CGPDFDocumentGetTrimBox(CGPDFDocumentRef document, int page)
CGPDFDocumentRef CGPDFDocumentCreateWithURL(CFURLRef url)
CGPDFDocumentRef CGPDFDocumentCreateWithProvider(CGDataProviderRef provider)
CGRect CGPDFDocumentGetBleedBox(CGPDFDocumentRef document, int page)
void CGPDFDocumentRelease(CGPDFDocumentRef document)
CGPDFDocumentRef CGPDFDocumentRetain(CGPDFDocumentRef document)
Definition: CGGeometry.h:78