MonobjcMonobjc Documented Class Library
CreateWithURL Method (url)
NamespacesMonobjc.ApplicationServicesCGPDFDocumentCreateWithURL(NSURL)

Creates a Quartz PDF document using data specified by a URL.

Original signature is 'CGPDFDocumentRef CGPDFDocumentCreateWithURL ( CFURLRef url );'

Available in Mac OS X version 10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateWithURL(
	NSURL url
)
Public Shared Function CreateWithURL ( _
	url As NSURL _
) As IntPtr
public:
static IntPtr CreateWithURL(
	NSURL^ url
)
Parameters
url (NSURL)
MISSING
Return Value
A new Quartz PDF document, or NULL if a document could not be created. You are responsible for releasing the object using CGPDFDocumentRelease.
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)