Table of Contents

Class PdfNameDictionary

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

Represents the name dictionary.

public sealed class PdfNameDictionary : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfNameDictionary
Implements
Inherited Members

Constructors

PdfNameDictionary(PdfDocument)

Initializes a new instance of the PdfNameDictionary class.

public PdfNameDictionary(PdfDocument document)

Parameters

document PdfDocument