Table of Contents

Class PdfXObject

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

Base class for all PDF external objects.

public abstract class PdfXObject : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfXObject
Implements
Derived
Inherited Members

Constructors

PdfXObject(PdfDocument)

Initializes a new instance of the PdfXObject class.

protected PdfXObject(PdfDocument document)

Parameters

document PdfDocument

The document that owns the object.