XmpPdfSchema.CreationDate Property

Gets or sets the date and time the document was created.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpString CreationDate { get; set; }
VB
Public Property CreationDate As XmpString
	Get
	Set

Property Value

Type: XmpString
The string representation of date and time the document was created or null if there is no value set for this property.

Remarks

You can convert the string representation to a DateTime value using ToDateTime() method.

The library can automatically update the value of this property before saving the document. Please see the UpdateCreationDate option for more information.

See Also