MonobjcMonobjc Documented Class Library
CreateWithProvider Method (provider)
NamespacesMonobjc.ApplicationServicesCGPDFDocumentCreateWithProvider(IntPtr)

Creates a Quartz PDF document using a data provider.

Original signature is 'CGPDFDocumentRef CGPDFDocumentCreateWithProvider ( CGDataProviderRef provider );'

Available in Mac OS X version 10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateWithProvider(
	IntPtr provider
)
Public Shared Function CreateWithProvider ( _
	provider As IntPtr _
) As IntPtr
public:
static IntPtr CreateWithProvider(
	IntPtr provider
)
Parameters
provider (IntPtr)
MISSING
Return Value
A new Quartz PDF document, or NULL if a document can 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)