Creates a PDF graphics context.
Original signature is 'CGContextRef CGPDFContextCreate ( CGDataConsumerRef consumer, const CGRect *mediaBox, CFDictionaryRef auxiliaryInfo );'
Available in Mac OS X version 10.0 and later.

C# | Visual Basic | Visual C++ |
public static IntPtr Create( IntPtr consumer, IntPtr mediaBox, NSDictionary auxiliaryInfo )
Public Shared Function Create ( _ consumer As IntPtr, _ mediaBox As IntPtr, _ auxiliaryInfo As NSDictionary _ ) As IntPtr
public: static IntPtr Create( IntPtr consumer, IntPtr mediaBox, NSDictionary^ auxiliaryInfo )


A new PDF context, or NULL if the context cannot be created. You are responsible for releasing this object using CGContextRelease.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)