Class PdfMarkInformation
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
PdfDocumentThe document that owns this object.