指定されたキーに関連付けられた
GrapeCity.Documents.Pdf.PdfDateTime 値を取得します。値が存在しない場合、または
GrapeCity.Documents.Pdf.PdfDateTimeに変換できない場合は、 (null の場合もあります) を返します。
'宣言
Public Shared Function GetPdfDateTime( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of PdfDateTime) _
) As System.Nullable(Of PdfDateTime)
public static System.Nullable<PdfDateTime> GetPdfDateTime(
IPdfDict ,
PdfName ,
System.Nullable<PdfDateTime>
)
パラメータ
- dict
- 現在の辞書。
- key
- 値を識別するキー。
- defValue
- デフォルト値。
戻り値の型
指定されたキーに関連付けられた値、または null です。