 | MetadataCreationDate Property |
The date and time the document or resource was originally created.
This property corresponds to the "xmp:CreateDate" entry
in the XMP metadata and to the "CreationDate" entry in
the document information dictionary.
Namespace: PdfTools.Toolbox.PdfAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
Syntaxpublic DateTimeOffset? CreationDate { get; set; }Property Value
NullableDateTimeOffset
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | if the metadata have already been closed |
| NotSupportedException | [set] the document is read-only |
See Also