 | 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.FourHeights.PdfToolbox.PdfAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.11+448b51188eed077347c3a51591ba80f0b99c42d7
Syntaxpublic DateTimeOffset? CreationDate { get; set; }
Property Value
NullableDateTimeOffset
ExceptionsException | Condition |
---|
InvalidOperationException | if the metadata have already been closed |
NotSupportedException | [set] the document is read-only |
See Also