MonobjcMonobjc Documented Class Library
GetStreams Method (cs)
NamespacesMonobjc.ApplicationServicesCGPDFContentStreamGetStreams(IntPtr)

Gets the array of PDF content streams contained in a PDF content stream object.

Original signature is 'CFArrayRef CGPDFContentStreamGetStreams ( CGPDFContentStreamRef cs );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray GetStreams(
	IntPtr cs
)
Public Shared Function GetStreams ( _
	cs As IntPtr _
) As NSArray
public:
static NSArray^ GetStreams(
	IntPtr cs
)
Parameters
cs (IntPtr)
MISSING
Return Value
The array of PDF content streams that make up the content stream object represented by the cs parameter.
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)