DioDocs for PDF
CopyToExcluding メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Spec 名前空間 > IPdfDictExt クラス : CopyToExcluding メソッド
現在の辞書。
PdfDict オブジェクト (null の場合もあります)。
除外するプロパティ名。
現在の辞書から、propsToExcludeで指定されているものを除くすべてのプロパティをdestにコピーします。

destnullにすることができます。その場合、コピーするプロパティがある場合は初期化されます。

シンタックス
'宣言
 
Public Shared Sub CopyToExcluding( _
   ByVal dict As IPdfDict, _
   ByRef dest As PdfDict, _
   ByVal propsToExclude As System.Collections.Generic.HashSet(Of PdfName) _
) 
public static void CopyToExcluding( 
   IPdfDict dict,
   ref PdfDict dest,
   System.Collections.Generic.HashSet<PdfName> propsToExclude
)

パラメータ

dict
現在の辞書。
dest
PdfDict オブジェクト (null の場合もあります)。
propsToExclude
除外するプロパティ名。
参照

IPdfDictExt クラス
IPdfDictExt メンバ