DioDocs for PDF
GetPdfDateTime メソッド

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

パラメータ

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

戻り値の型

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

IPdfDictExt クラス
IPdfDictExt メンバ