MonobjcMonobjc Documented Class Library
CreateWithStream Method (stream, streamResources, parent)
NamespacesMonobjc.ApplicationServicesCGPDFContentStreamCreateWithStream(IntPtr, IntPtr, IntPtr)

Creates a PDF content stream object from an existing PDF content stream object.

Original signature is 'CGPDFContentStreamRef CGPDFContentStreamCreateWithStream ( CGPDFStreamRef stream, CGPDFDictionaryRef streamResources, CGPDFContentStreamRef parent );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateWithStream(
	IntPtr stream,
	IntPtr streamResources,
	IntPtr parent
)
Public Shared Function CreateWithStream ( _
	stream As IntPtr, _
	streamResources As IntPtr, _
	parent As IntPtr _
) As IntPtr
public:
static IntPtr CreateWithStream(
	IntPtr stream, 
	IntPtr streamResources, 
	IntPtr parent
)
Parameters
stream (IntPtr)
MISSING
streamResources (IntPtr)
MISSING
parent (IntPtr)
MISSING
Return Value
A CGPDFContentStream object created from the stream parameter. You are responsible for releasing this object by calling the function CGPDFContentStreamRelease.
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)