Table of Contents

Class PdfMarkedContentReference

Namespace
PdfSharp.Pdf.Structure
Assembly
PdfSharp.dll

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 PdfDocument

The document that owns this object.