DioDocs for PDF
TryGetPdfDateTime メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Spec 名前空間 > IPdfDictExt クラス : TryGetPdfDateTime メソッド
現在の辞書。
値を識別するキー。
OUT。このメソッドが返されると、GrapeCity.Documents.Pdf.PdfDateTime 値が含まれます。
指定されたキーに関連付けられた GrapeCity.Documents.Pdf.PdfDateTime 値を取得しようとします。値が存在しない場合、または GrapeCity.Documents.Pdf.PdfDateTime に変換できない場合は、false を返します。
シンタックス
'宣言
 
Public Shared Function TryGetPdfDateTime( _
   ByVal dict As IPdfDict, _
   ByVal key As PdfName, _
   ByRef value As System.Nullable(Of PdfDateTime) _
) As System.Boolean
public static System.bool TryGetPdfDateTime( 
   IPdfDict dict,
   PdfName key,
   out System.Nullable<PdfDateTime> value
)

パラメータ

dict
現在の辞書。
key
値を識別するキー。
value
OUT。このメソッドが返されると、GrapeCity.Documents.Pdf.PdfDateTime 値が含まれます。

戻り値の型

値が存在する場合は true、 それ以外の場合は false。
参照

IPdfDictExt クラス
IPdfDictExt メンバ