DioDocs for PDF
TryGetValue メソッド (IPdfDictHolderExt)

GrapeCity.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Spec 名前空間 > IPdfDictHolderExt クラス : TryGetValue メソッド
現在のPDFの辞書保有者。
取得する値のキー。
出力:キーに関連付けられた値。
指定されたキーに関連付けられた値を取得します。
シンタックス
'宣言
 
Public Shared Function TryGetValue( _
   ByVal pdh As IPdfDictHolder, _
   ByVal key As System.String, _
   ByRef value As System.Object _
) As System.Boolean
public static System.bool TryGetValue( 
   IPdfDictHolder pdh,
   System.string key,
   out System.object value
)

パラメータ

pdh
現在のPDFの辞書保有者。
key
取得する値のキー。
value
出力:キーに関連付けられた値。

戻り値の型

IPdfDictHolderに指定されたキーを持つ要素が含まれている場合はtrue。 それ以外の場合はfalse。
参照

IPdfDictHolderExt クラス
IPdfDictHolderExt メンバ