DioDocs for PDF
SetPdfEnum<T> メソッド

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

パラメータ

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

型パラメータ

T
参照

IPdfDictExt クラス
IPdfDictExt メンバ