DioDocs for PDF
SetDouble メソッド

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

パラメータ

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

IPdfDictExt クラス
IPdfDictExt メンバ