Table of Contents

Class PdfResourceTable

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

Base class for FontTable, ImageTable, FormXObjectTable etc.

public class PdfResourceTable
Inheritance
PdfResourceTable
Derived
Inherited Members

Constructors

PdfResourceTable(PdfDocument)

Base class for document wide resource tables.

public PdfResourceTable(PdfDocument owner)

Parameters

owner PdfDocument

Properties

Owner

Gets the owning document of this resource table.

protected PdfDocument Owner { get; }

Property Value

PdfDocument