VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane.ImageEncoders Namespace / SanePdfDocumentInfo Class / ModificationDate Property
Syntax Requirements SeeAlso
In This Topic
ModificationDate Property (SanePdfDocumentInfo)
In This Topic
The date and time the document was most recently modified.
Syntax
'Declaration

Public Property ModificationDate As System.DateTime

public System.DateTime ModificationDate { get; set; }

Property Value

Modification date tag is not saved to PDF document if value of this property is set to DateTime.MinValue.
Default value is DateTime.MinValue.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also