共用方式為


CGPDFArray.GetDictionary 方法

定義

多載

GetDictionary(Int32, CGPDFDictionary)

傳回位於指定索引處之陣列中的字典專案。

GetDictionary(nint, CGPDFDictionary)

GetDictionary(Int32, CGPDFDictionary)

傳回位於指定索引處之陣列中的字典專案。

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

參數

idx
Int32

我們想要存取之專案的索引。

result
CGPDFDictionary

如果位於位置 idx 的專案是字典,這將會包含產生的字典。

傳回

True 是表示 如果位於指定位置的專案是指定的型別,而且結果是在 out 參數上設定;如果嘗試存取超出界限的專案,或位於該位置的專案屬於不同的類型,則為 False。

適用於

GetDictionary(nint, CGPDFDictionary)

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

參數

idx
System.System.IntPtr System.nativeint

傳回

適用於