MonoMac.CoreGraphics.CGPDFArray.GetDictionary Method
Returns the dictionary element in the array at the specified index.

Syntax

public bool GetDictionary (int idx, out CGPDFDictionary result)

Parameters

idx
Index for the element we want to access.
result
If the element at position idx is a dictionary, this will contain the resulting dictionary.

Returns

True if the element at the given position is of the specified type and the result is set on the out parameter; False if you tried to access an out of bounds element, or if the element at that position is of a different type.

Remarks

Requirements

Namespace: MonoMac.CoreGraphics
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0