Class PdfObjectReference
Represents a marked-content reference.
public sealed class PdfObjectReference : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfObjectReference
- Implements
- Inherited Members
Constructors
PdfObjectReference()
Initializes a new instance of the PdfObjectReference class.
public PdfObjectReference()
PdfObjectReference(PdfDocument)
Initializes a new instance of the PdfObjectReference class.
public PdfObjectReference(PdfDocument document)
Parameters
document
PdfDocumentThe document that owns this object.