[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper

Class PdfDictWrapper

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

Represents a wrapper over IPdfDict interface.

public abstract class PdfDictWrapper : PdfWrapper<IPdfDict>, IPdfDict
Inheritance
object
PdfDictWrapper
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Properties

PdfDict

Gets the underlying IPdfDict.

public IPdfDict PdfDict { get; }

Property Value

IPdfDict