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