Mac OS 9
CGPDFDocument.h File Reference

xxx put contents here xxx More...

#include <CGBase.h>
#include <CGDataProvider.h>
#include <CGGeometry.h>
#include <CFURL.h>

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)
 

Detailed Description

xxx put contents here xxx

Introduced In: from CoreGraphics-70.root
Avaliable From: Universal Interfaces 3.4.1
Copyright: � 2000-2001 by Apple Computer, Inc., all rights reserved.

For bug reports, consult the following page on the World Wide Web:

http://developer.apple.com/bugreporter/

Function Documentation

◆ CGPDFDocumentCreateWithProvider()

CGPDFDocumentRef CGPDFDocumentCreateWithProvider ( CGDataProviderRef  provider)

CGPDFDocumentCreateWithProvider()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentCreateWithURL()

CGPDFDocumentRef CGPDFDocumentCreateWithURL ( CFURLRef  url)

CGPDFDocumentCreateWithURL()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentGetArtBox()

CGRect CGPDFDocumentGetArtBox ( CGPDFDocumentRef  document,
int  page 
)

CGPDFDocumentGetArtBox()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentGetBleedBox()

CGRect CGPDFDocumentGetBleedBox ( CGPDFDocumentRef  document,
int  page 
)

CGPDFDocumentGetBleedBox()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentGetCropBox()

CGRect CGPDFDocumentGetCropBox ( CGPDFDocumentRef  document,
int  page 
)

CGPDFDocumentGetCropBox()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentGetMediaBox()

CGRect CGPDFDocumentGetMediaBox ( CGPDFDocumentRef  document,
int  page 
)

CGPDFDocumentGetMediaBox()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentGetNumberOfPages()

int CGPDFDocumentGetNumberOfPages ( CGPDFDocumentRef  document)

CGPDFDocumentGetNumberOfPages()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentGetRotationAngle()

int CGPDFDocumentGetRotationAngle ( CGPDFDocumentRef  document,
int  page 
)

CGPDFDocumentGetRotationAngle()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentGetTrimBox()

CGRect CGPDFDocumentGetTrimBox ( CGPDFDocumentRef  document,
int  page 
)

CGPDFDocumentGetTrimBox()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentRelease()

void CGPDFDocumentRelease ( CGPDFDocumentRef  document)

CGPDFDocumentRelease()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGPDFDocumentRetain()

CGPDFDocumentRef CGPDFDocumentRetain ( CGPDFDocumentRef  document)

CGPDFDocumentRetain()

Availability:

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later