[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.CopyToExcluding

CopyToExcluding Method

CopyToExcluding(IPdfDict, ref PdfDict, HashSet<PdfName>)

Copies from the current dictionary to dest all properties except those specified in propsToExclude.

dest can be null, in that case it will be initialized if there are any properties to copy.

Declaration
public static void CopyToExcluding(this IPdfDict dict, ref PdfDict dest, HashSet<PdfName> propsToExclude)
Public Shared Sub CopyToExcluding(dict As IPdfDict, ByRef dest As PdfDict, propsToExclude As HashSet(Of PdfName))
Parameters
Type Name Description
IPdfDict dict

The current dictionary.

PdfDict dest

The PdfDict object (can be null).

HashSet<PdfName> propsToExclude

The names of properties to exclude.