[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDict

Interface IPdfDict

Namespace
GrapeCity.Documents.Pdf.Spec
Assembly
GcDocs.Pdf.dll

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

public interface IPdfDict
Extension Methods

Properties

Changed

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

bool Changed { get; set; }

Property Value

bool

Dict

Gets the System.Collections.Generic.IDictionary<TKey, TValue> interface.

IDictionary<PdfName, IPdfObject> Dict { get; }

Property Value

System.Collections.Generic.IDictionary<TKey, TValue><PdfName, GrapeCity.Documents.Pdf.Spec.IPdfObject>