|
Mac OS 9
|
xxx put contents here xxx More...
Go to the source code of this file.
Typedefs | |
| typedef struct CGPDFDocument * | CGPDFDocumentRef |
Functions | |
| CGPDFDocumentRef | CGPDFDocumentCreateWithProvider (CGDataProviderRef provider) |
| CGPDFDocumentRef | CGPDFDocumentCreateWithURL (CFURLRef url) |
| CGPDFDocumentRef | CGPDFDocumentRetain (CGPDFDocumentRef document) |
| void | CGPDFDocumentRelease (CGPDFDocumentRef document) |
| int | CGPDFDocumentGetNumberOfPages (CGPDFDocumentRef document) |
| CGRect | CGPDFDocumentGetMediaBox (CGPDFDocumentRef document, int page) |
| CGRect | CGPDFDocumentGetCropBox (CGPDFDocumentRef document, int page) |
| CGRect | CGPDFDocumentGetBleedBox (CGPDFDocumentRef document, int page) |
| CGRect | CGPDFDocumentGetTrimBox (CGPDFDocumentRef document, int page) |
| CGRect | CGPDFDocumentGetArtBox (CGPDFDocumentRef document, int page) |
| int | CGPDFDocumentGetRotationAngle (CGPDFDocumentRef document, int page) |
xxx put contents here xxx
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/
| CGPDFDocumentRef CGPDFDocumentCreateWithProvider | ( | CGDataProviderRef | provider | ) |
CGPDFDocumentCreateWithProvider()
Availability:
| CGPDFDocumentRef CGPDFDocumentCreateWithURL | ( | CFURLRef | url | ) |
Availability:
| CGRect CGPDFDocumentGetArtBox | ( | CGPDFDocumentRef | document, |
| int | page | ||
| ) |
Availability:
| CGRect CGPDFDocumentGetBleedBox | ( | CGPDFDocumentRef | document, |
| int | page | ||
| ) |
Availability:
| CGRect CGPDFDocumentGetCropBox | ( | CGPDFDocumentRef | document, |
| int | page | ||
| ) |
Availability:
| CGRect CGPDFDocumentGetMediaBox | ( | CGPDFDocumentRef | document, |
| int | page | ||
| ) |
Availability:
| int CGPDFDocumentGetNumberOfPages | ( | CGPDFDocumentRef | document | ) |
CGPDFDocumentGetNumberOfPages()
Availability:
| int CGPDFDocumentGetRotationAngle | ( | CGPDFDocumentRef | document, |
| int | page | ||
| ) |
CGPDFDocumentGetRotationAngle()
Availability:
| CGRect CGPDFDocumentGetTrimBox | ( | CGPDFDocumentRef | document, |
| int | page | ||
| ) |
Availability:
| void CGPDFDocumentRelease | ( | CGPDFDocumentRef | document | ) |
Availability:
| CGPDFDocumentRef CGPDFDocumentRetain | ( | CGPDFDocumentRef | document | ) |
Availability: