[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper

PdfDictWrapper Class

Represents a wrapper over IPdfDict interface.

Implements
Namespace: GrapeCity.Documents.Pdf.Wrappers
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class PdfDictWrapper : PdfWrapper<IPdfDict>, IPdfDict
Public MustInherit Class PdfDictWrapper
    Inherits PdfWrapper(Of IPdfDict)
    Implements IPdfDict

Properties

Name Description
PdfDict

Gets the underlying IPdfDict.

Extension Methods