DioDocs for PDF
GetString メソッド (IPdfDictExt)

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Spec 名前空間 > IPdfDictExt クラス : GetString メソッド
現在の辞書。
値を識別するキー。
デフォルト値。
指定されたキーに関連付けられた文字列の値を取得します。値が存在しない場合、または文字列に変換できない場合は、defValue (null の場合もあります) を返します。
シンタックス
'宣言
 
Public Shared Function GetString( _
   ByVal dict As IPdfDict, _
   ByVal key As PdfName, _
   ByVal defValue As System.String _
) As System.String
public static System.string GetString( 
   IPdfDict dict,
   PdfName key,
   System.string defValue
)

パラメータ

dict
現在の辞書。
key
値を識別するキー。
defValue
デフォルト値。

戻り値の型

指定されたキーに関連付けられた値、または null です。
参照

IPdfDictExt クラス
IPdfDictExt メンバ