CGPDFArray.GetDictionary Method

Definition

Overloads

GetDictionary(Int32, CGPDFDictionary)

Returns the dictionary element in the array at the specified index.

GetDictionary(nint, CGPDFDictionary)

GetDictionary(Int32, CGPDFDictionary)

Returns the dictionary element in the array at the specified index.

public bool GetDictionary (int idx, out CoreGraphics.CGPDFDictionary result);
member this.GetDictionary : int *  -> bool

Parameters

idx
Int32

Index for the element we want to access.

result
CGPDFDictionary

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.

Applies to

GetDictionary(nint, CGPDFDictionary)

public bool GetDictionary (nint idx, out CoreGraphics.CGPDFDictionary result);
member this.GetDictionary : nint *  -> bool

Parameters

idx
System.System.IntPtr System.nativeint

Returns

Applies to