DioDocs for PDF
SetPdfDateTime メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Spec 名前空間 > IPdfDictExt クラス : SetPdfDateTime メソッド
現在のの辞書。
取得する値のキー。
設定する値。
デフォルト値。
指定されたキーに関連付けられた GrapeCity.Documents.Pdf.PdfDateTime 値を設定します。値が null または defValue に等しい場合、辞書からキーを削除します。
シンタックス
'宣言
 
Public Shared Sub SetPdfDateTime( _
   ByVal dict As IPdfDict, _
   ByVal key As PdfName, _
   ByVal value As System.Nullable(Of PdfDateTime), _
   ByVal defValue As System.Nullable(Of PdfDateTime) _
) 
public static void SetPdfDateTime( 
   IPdfDict dict,
   PdfName key,
   System.Nullable<PdfDateTime> value,
   System.Nullable<PdfDateTime> defValue
)

パラメータ

dict
現在のの辞書。
key
取得する値のキー。
value
設定する値。
defValue
デフォルト値。
参照

IPdfDictExt クラス
IPdfDictExt メンバ