[]
Represents an interface implemented by PdfDict and PdfDictObject, allows working with objects of both types in the same way.
public interface IPdfDict
Gets or sets the value indicating whether this IPdfDict was changed.
bool Changed { get; set; }
Gets the System.Collections.Generic.IDictionary<TKey, TValue> interface.
IDictionary<PdfName, IPdfObject> Dict { get; }