[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDict

IPdfDict Interface

Represents an interface implemented by PdfDict and PdfDictObject, allows working with objects of both types in the same way.

Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public interface IPdfDict
Public Interface IPdfDict

Properties

Name Description
Changed

Gets or sets the value indicating whether this IPdfDict was changed.

Dict

Gets the IDictionary<TKey, TValue> interface.

Extension Methods