Click or drag to resize
Pdftools logo

DocumentMetadata Property

The metadata of the document.

If the document is writable, the metadata object will be writable too and all changes to the metadata object are reflected in the document.

Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.12.0+5e7853f3b1a241c2ec0dd9e8fc4b9015d17a37d8
Syntax
C#
public Metadata Metadata { get; set; }

Property Value

Metadata
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document has already been closed
NotSupportedException[set] if the document is read-only
ArgumentException[set] if the given Metadata object is
ArgumentException[set] if the given Metadata object belongs to a different document
ArgumentException[set] if the given Metadata object has already been closed
ArgumentNullException[set] if value is .
See Also