MonobjcMonobjc Documented Class Library
CGPDFPage Class
NamespacesMonobjc.ApplicationServicesCGPDFPage

[Missing <summary> documentation for "T:Monobjc.ApplicationServices.CGPDFPage"]

Declaration Syntax
C#Visual BasicVisual C++
public static class CGPDFPage
Public NotInheritable Class CGPDFPage
public ref class CGPDFPage abstract sealed
Members
All MembersMethods



IconMemberDescription
GetBoxRect(IntPtr, CGPDFBox)

Returns the rectangle that represents a type of box for a content region or page dimensions of a PDF page.

Original signature is 'CGRect CGPDFPageGetBoxRect ( CGPDFPageRef page, CGPDFBox box );'

Available in Mac OS X v10.3 and later.


GetDictionary(IntPtr)

Returns the dictionary of a PDF page.

Original signature is 'CGPDFDictionaryRef CGPDFPageGetDictionary ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.


GetDocument(IntPtr)

Returns the document for a page.

Original signature is 'CGPDFDocumentRef CGPDFPageGetDocument ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.


GetDrawingTransform(IntPtr, CGPDFBox, CGRect, Int32, Boolean)

Returns the affine transform that maps a box to a given rectangle on a PDF page.

Original signature is 'CGAffineTransform CGPDFPageGetDrawingTransform ( CGPDFPageRef page, CGPDFBox box, CGRect rect, int rotate, bool preserveAspectRatio );'

Available in Mac OS X v10.3 and later.


GetPageNumber(IntPtr)

Returns the page number of the specified PDF page.

Original signature is 'size_t CGPDFPageGetPageNumber ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.


GetRotationAngle(IntPtr)

Returns the rotation angle of a PDF page.

Original signature is 'int CGPDFPageGetRotationAngle ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.


Release(IntPtr)

Decrements the retain count of a PDF page.

Original signature is 'void CGPDFPageRelease ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.


Retain(IntPtr)

Increments the retain count of a PDF page.

Original signature is 'CGPDFPageRef CGPDFPageRetain ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.


Inheritance Hierarchy
Object
CGPDFPage
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)