Returns whether an object at a given index in a PDF array is a PDF stream and, if so, retrieves that stream.
Original signature is 'bool CGPDFArrayGetStream ( CGPDFArrayRef array, size_t index, CGPDFStreamRef *value );'
Available in Mac OS X version 10.3 and later.

C# | Visual Basic | Visual C++ |
public static bool GetStream( IntPtr array, NSUInteger index, IntPtr value )
Public Shared Function GetStream ( _ array As IntPtr, _ index As NSUInteger, _ value As IntPtr _ ) As Boolean
public: static bool GetStream( IntPtr array, NSUInteger index, IntPtr value )


Returns true if there is a PDF stream at the specified index, otherwise false.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)