Creates a URL-based PDF graphics context.
Original signature is 'CGContextRef CGPDFContextCreateWithURL ( CFURLRef url, const CGRect *mediaBox, CFDictionaryRef auxiliaryInfo );'
Available in Mac OS X version 10.0 and later.

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


A new PDF context, or NULL if a context could not 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)