MonobjcMonobjc Documented Class Library
CopyData Method (stream, format)
NamespacesMonobjc.ApplicationServicesCGPDFStreamCopyData(IntPtr, IntPtr)

Returns the data associated with a PDF stream.

Original signature is 'CFDataRef CGPDFStreamCopyData ( CGPDFStreamRef stream, CGPDFDataFormat *format );'

Available in Mac OS X version 10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSData CopyData(
	IntPtr stream,
	IntPtr format
)
Public Shared Function CopyData ( _
	stream As IntPtr, _
	format As IntPtr _
) As NSData
public:
static NSData^ CopyData(
	IntPtr stream, 
	IntPtr format
)
Parameters
stream (IntPtr)
MISSING
format (IntPtr)
MISSING
Return Value
A CFData object that contains a copy of the stream data. You are responsible for releasing this object.
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)