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

Public Property CreationDate As System.DateTime

public System.DateTime CreationDate { get; set; }

Property Value

Creation 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