Click or drag to resize
Pdftools logo

PageMetadata Property

The metadata of the page.

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

This property is if the page has not metadata.


Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.5.0+4edba55c604d55d1acd3b42825576b5d5e0943f1
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 belongs to a different document
ArgumentException[set] if the given Metadata object has already been closed
See Also