指定されたキーに関連付けられたnull 許容の整数値を取得します。値が存在しない場合、または整数に変換できない場合は、 を返します。
シンタックス
'宣言
Public Overloads Shared Function GetInt( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Integer _
) As System.Integer
public static System.int GetInt(
IPdfDict ,
PdfName ,
System.int
)
パラメータ
- dict
- 現在の辞書。
- key
- 値を識別するキー。
- defValue
- デフォルト値。
戻り値の型
指定されたキーまたは に関連付けられた値。
参照