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