Class PdfXObject
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
PdfDocumentThe document that owns the object.