Table of Contents

Class PdfMarkInformation

Namespace
PdfSharp.Pdf.Structure
Assembly
PdfSharp.dll

Represents a mark information dictionary.

public sealed class PdfMarkInformation : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfMarkInformation
Implements
Inherited Members

Constructors

PdfMarkInformation()

Initializes a new instance of the PdfMarkInformation class.

public PdfMarkInformation()

PdfMarkInformation(PdfDocument)

Initializes a new instance of the PdfMarkInformation class.

public PdfMarkInformation(PdfDocument document)

Parameters

document PdfDocument

The document that owns this object.