Click or drag to resize

PdfDocumentInfoCreationDate Property

Gets a value representing date this PdfDocument was created.

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 4.4.0.0 (4.4.0.0)
Syntax
public DateTimeOffset CreationDate { get; }

Property Value

Type: DateTimeOffset
Remarks

This date is extracted from the PDF's metadata. It may or may not be accurate based on the tool last used to alter the PDF>

See Also