Gets the date and time the document was most recently modified.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public Nullable<DateTime> ModifiedDate { get; }
VB
Public ReadOnly Property ModifiedDate As Nullable(Of DateTime)
Get
Property Value
Type:
Nullable<
DateTime>
The date and time the document was most recently modified or
null if
there is no value set for this property.
Remarks
Returned date and time expressed in UTC (Coordinated Universal Time).
See Also